List recent API request audit logs for the current organization
get/v1/api-keys/requests
Query parameters
limitinteger
Number of items (default 20, max 100)
offsetinteger
Offset for pagination (default 0)
serviceAccountIdstring
Filter by service account ID
apiKeyIdstring
Filter by API key ID
Response
OK
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.