objectiveai-sdk 2.0.10

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "title": "auth.ListApiKeyResponse",
  "description": "Response containing a list of API keys.",
  "type": "object",
  "properties": {
    "data": {
      "description": "The list of API keys with their metadata and usage costs.",
      "type": "array",
      "items": {
        "$ref": "auth.ListApiKeyItem"
      }
    }
  }
}