DeepFellow DOCS

List project API keys

Return a list of API keys in the project.

GET
/v1/organization/projects/{project_id}/api_keys
AuthorizationBearer <token>

In: header

Path Parameters

project_idProject Id

The ID of the project.

Match^[0-9a-fA-F]{24}$

Query Parameters

limit?Limit

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.

Default100
Range1 <= value <= 200
after?After

A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.

Header Parameters

OpenAI-Organization?Openai-Organization

Response Body

curl -X GET "https://loading/v1/organization/projects/5eb7cf5a86d9755df3a6c593/api_keys?limit=100&after=5eb7cf5a86d9755df3a6c593" \
  -H "OpenAI-Organization: 5eb7cf5a86d9755df3a6c593"
{
  "object": "list",
  "data": [
    {
      "id": "5eb7cf5a86d9755df3a6c593",
      "object": "organization.project.api_key",
      "redacted_value": "string",
      "name": "string",
      "created_at": 0,
      "last_used_at": 0
    }
  ],
  "first_id": "5eb7cf5a86d9755df3a6c593",
  "last_id": "5eb7cf5a86d9755df3a6c593",
  "has_more": false
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.