v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Workspace API Keys

List workspace API keys

Returns prefix-only metadata. Secrets are never included.

get/api/workspaces/{wid}/api-keys

Path parameters

widstring required

Workspace id

Response

OK

created_atstring required
expires_atstring required
idstring required
last_used_atstring nullable
namestring required
prefixstring required
revoked_atstring nullable
scopesstring[] required

Example response

[
  {
    "expires_at": "2026-08-20T08:30:00Z",
    "id": "ask_a1b2c3d4e5f6g7h8",
    "prefix": "ask_a1b2c3d4e5f6g7h8"
  }
]