Skip to main content
GET
List shortcuts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Opaque pagination token returned as nextCursor from the previous page. Omit on the first request.

limit
integer
default:50

Page size. Out-of-range values are clamped to [1, 100]; defaults to 50.

Required range: 1 <= x <= 100
externalId
string

Filter to shortcuts whose externalId equals this value. The ext_ prefix is recommended for visual disambiguation from internal IDs, but the server accepts both prefixed (ext_<value>) and bare (<value>) forms. Combine with tenantId for multi-tenant lookups.

Required string length: 1 - 259
tenantId
string

Filter to shortcuts whose tenantId equals this value.

Required string length: 1 - 255

Response

Paginated list of shortcuts.

Paginated list of shortcuts visible to the caller

items
ShortcutListItem · object[]
required
nextCursor
string | null
required

Cursor for the next page, or null if this is the last page.

Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z__[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$