List a project's scoped API keys (raw key never returned)
Requires project role VIEWER+. Keys are returned masked.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Responses
Section titled “Responses”Keys
Media typeapplication/json
object
keys
Array<object>
object
id
string
projectId
string
name
string | null
scopes
Array<string>
revoked
boolean
createdAt
string
revokedAt
string | null
keyMasked
string
Missing projectId
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Not authorized
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}No project access
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}