Function as a Service
List API keys
Retrieve a list of API keys for function authentication. Keys can be filtered by name and expiration status.
GET
List API keys
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
Path Parameters
Project ID
Examples:
1
Region ID
Examples:
1
Query Parameters
Days to expire
Required range:
x >= 1
Examples:
5
Optional. Limit the number of returned items
Required range:
0 < x <= 1000
Examples:
1000
Optional. Offset value is used to exclude the first set of records from the result
Required range:
x >= 0
Examples:
0
Ordering fields and directions.
Available options:
created_at.asc
, created_at.desc
, expire.asc
, expire.desc
, name.asc
, name.desc
Search through which value
Examples:
"search-value"
Response
200 - application/json
OK
The response is of type object
.
List API keys