List API keys
GET /api/v1/api-keys
GET
/api/v1/api-keys
Returns all API keys for the authenticated user. Raw keys are never returned.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of API keys.
object
api_keys
Array<object>
object
id
integer
Example
1 user_id
integer
Example
1 name
string
Example
CI Pipeline prefix
First 8 characters of the key, used for identification.
string
Example
pong_a3f last_used_at
string format: date-time
Example
2026-03-29T12:00:00Z created_at
string format: date-time
Example
2026-03-29T10:00:00ZAuthentication credentials are missing or invalid.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "unauthorized"}