Use the ably integrations get command to retrieve the details of an integration rule by its ID.
Synopsis
ably integrations get <integration-id> [options]Arguments
integration-id Required
Required
The ID of the integration rule to retrieve.
Options
--app
The app ID that the integration rule belongs to. If not specified, the currently selected app is used.
--json
Output results as compact JSON. Mutually exclusive with --pretty-json.
--pretty-json
Output results in formatted JSON. Mutually exclusive with --json.
--verbose | -v
Enable verbose logging. Can be combined with --json or --pretty-json.
Examples
Get an integration rule:
ably integrations get aBcDe1Get an integration rule in JSON format:
ably integrations get aBcDe1 --jsonGet an integration rule for a specific app in formatted JSON:
ably integrations get rule123 --app "My App" --pretty-jsonSee also
- Integrations — Explore all
ably integrationscommands. - CLI reference — Full list of available commands.