List API keys
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
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Example:
1
Region ID
Example:
1
Query Parameters
Days to expire
Required range:
x >= 1Example:
5
Optional. Limit the number of returned items
Required range:
x <= 1000Example:
1000
Optional. Offset value is used to exclude the first set of records from the result
Required range:
x >= 0Example:
0
Ordering fields and directions.
Available options:
created_at.asc, created_at.desc, expire.asc, expire.desc, name.asc, name.desc Example:
"created_at.desc"
Search through which value
Pattern:
^[-a-z0-9]{0,25}[-a-z0-9]$Example:
"search-value"