List API keys
Returns API keys visible to the current workspace, ordered by creation time with the newest key first. The api_key and token_hash fields are never returned by this endpoint; only token_prefix is included.
Documentation Index
Fetch the complete documentation index at: https://docs.orq.ai/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
Page size, 1–200. Unset uses the server default (25).
Cursor for forward pagination. Set to the api_key_id of the last
item from the previous page.
Cursor for backward pagination. Set to the api_key_id of the
first item from the previous page.
Optional filter: only return keys belonging to this project. When omitted, returns workspace-scoped and any single-project keys.
Optional filter: only return keys with this status.