Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Limit the number of returned instances. Limited by max limit value of 1000
Offset value is used to exclude the first set of records from the result
Order instances by transmitted fields and directions (name.asc)
Project ID. If not provided, will use the default project
Response
List of API Keys
API key creation date in ISO 8601 format.
"2022-01-01T00:00:00Z"
API key ID.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
API key name.
1 - 200
"my-key"
API key status.
"ACTIVE"
API key description.
"My first key"
Expiration date for the API key in ISO 8601 format.
"2024-08-22T11:21:00Z"
Inference instance IDs to bind to the API key.
["3fa85f64-5717-4562-b3fc-2c963f66afa6"]
Project ID.
1