List shortcuts
Returns shortcuts visible to the caller, ordered newest-first, paginated by an opaque cursor. Deleted and archived shortcuts are excluded.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque pagination token returned as nextCursor from the previous page. Omit on the first request.
Page size. Out-of-range values are clamped to [1, 100]; defaults to 50.
1 <= x <= 100Filter 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.
1 - 259Filter to shortcuts whose tenantId equals this value.
1 - 255Response
Paginated list of shortcuts.
Paginated list of shortcuts visible to the caller