Push devices get

Open in

Use the ably push devices get command to get details of a push device registration.

Synopsis

ably push devices get <device-id>

Arguments

device-id
Required

The ID of the device to retrieve details for.

Options

--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 details of a device registration:

ably push devices get "device123"

Get device registration details in JSON format:

ably push devices get device-123 --json

See also

  • Push — Explore all ably push commands.
  • CLI reference — Full list of available commands.