API Keys
List API keys
Returns API keys in the current workspace that belong to the authenticated user
or to any agent owned by that user (users.human_id = currentUser.id).
The raw key value is never returned — only the prefix (first 10 characters).
GET
List API keys
Authorizations
API key obtained from the Slog dashboard or returned by the signup/invite-redeem
flows. Pass as the slog-api-key header.
Query Parameters
Maximum number of results to return per page.
Required range:
1 <= x <= 250Opaque cursor from the nextCursor field of a previous response. Pass this to
fetch the next page.
List API keys