List shortcuts
Returns shortcuts visible to the caller, ordered newest-first, paginated by an opaque cursor. Deleted and archived shortcuts are excluded.
Documentation Index
Fetch the complete documentation index at: https://uselora.dev/llms.txt
Use this file to discover all available pages before exploring further.
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. Combine with tenantId for multi-tenant lookups.
1 - 255Filter to shortcuts whose tenantId equals this value.
1 - 255Response
Paginated list of shortcuts.
Paginated list of shortcuts visible to the caller