List project keys
List all API keys for a project. Requires manage permission on the project. By default, the keys are sorted in alphabetical order by name. The HTTP response header X-Total-Count contains the total number of keys.
Path parameters
The slug or UUID for a project.
Query parameters
The direction to sort by. If not specified, the default sort direction is used.
The page number to return. If not specified, the first page is returned.
The number of items to return per page. If not specified, the default number of items per page (8) is used.
Sort by key name.
The field to sort by. If not specified, the default sort field is used.
Filter by key name, exact match.
If set to true, only returns revoked keys. If not set or set to false, only returns non-revoked keys.
Search by key name or UUID.
Response
successful operation