Skip to main content
GET
List API keys

Authorizations

Authorization
string
header
required

Use a JWT access token or API key (prefixed with nv_)

Query Parameters

include_revoked
boolean
default:false

Include revoked keys in the response

Response

200 - application/json

List of API keys

id
string<uuid>
name
string
scopes
string[]
created_at
string<date-time>
last_used_at
string<date-time> | null
expires_at
string<date-time> | null
is_revoked
boolean