Skip to main content
GET
https://ageneral.ai
/
v1
/
projects
/
{project_id}
/
keys
List keys
curl --request GET \
  --url https://ageneral.ai/v1/projects/{project_id}/keys \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    {
      "id": "<string>",
      "projectId": "<string>",
      "userId": "<string>",
      "name": "<string>",
      "keyId": "<string>",
      "keyValue": "<string>",
      "createdAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Ageneral session JWT. Obtain through web sign-in or extension OAuth.

Path Parameters

project_id
string
required

Response

Success

keys
object[]