Axelered AI
API Auth

List API Keys

GET
/w/{workspace_id}/keys

List all API keys present in the workspace.

Path Parameters

workspace_id*Workspace Id
Formatuuid

Query Parameters

limit?Limit
Default50
Range1 <= value <= 100
cursor?string|null

Response Body

application/json

application/json

{  "status": "ok",  "data": {    "items": [      {        "id": "string",        "createdAt": "string",        "modifiedAt": "string",        "workspaceId": "string",        "issuerId": "string",        "name": "string",        "expiredAt": "string"      }    ],    "limit": 0,    "cursor": "string",    "total": 0  }}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}