GET
/
api
/
v1
/
kms
/
keys

Query Parameters

projectId
string
required

The ID of the project to list keys from.

offset
number
default:
0

The offset to start from. If you enter 10, it will start from the 10th key.

Required range: x > 0
limit
number
default:
100

The number of keys to return.

Required range: 1 < x < 100
orderBy
enum<string>
default:
name

The column to order keys by.

Available options:
name
orderDirection
enum<string>
default:
asc

The direction to order keys in.

Available options:
asc,
desc

The text string to filter key names by.

Response

200 - application/json
keys
object[]
required
totalCount
number
required

Was this page helpful?