Documentation
Sign inGet started

bird realtime apps list

Usage

Contoh kode
bird realtime apps list [flags]

Description

List the workspace's Realtime apps as a cursor page, filterable by a case-insensitive name substring. Each entry carries the connection details a client needs (app_id, region) but no key material.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.

Examples

Contoh kode
bird realtime apps list
bird realtime apps list | jq -r '.data[].id'
bird realtime apps list --limit 50 --starting-after <cursor>

Options

Pagination

NameDescription
--ending-beforeCursor from the prev_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order.
--include-totalWhen true, the response includes a total field with the total number of items matching the request's filters across all pages.
--limit <n>Maximum number of items to return per page.
--orderSort direction. Defaults to desc (newest/largest first). Possible values: asc, desc.
--sortField to sort by. Possible values: created_at, name.
--starting-afterCursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order.

Filters

NameDescription
--nameSubstring match against the app name (case-insensitive).
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird realtime apps createCreate a Realtime app
bird realtime apps deleteDelete a Realtime app
bird realtime apps getGet a Realtime app
bird realtime apps updateUpdate a Realtime app