Audit Logs
Use these operations to interact with audit logs in Cortex.
Required permissions
Your API token must have the View audit logs
permission.
Note: To see the complete list of possible values, please reference the available filter options for audit logs under Settings in the app. API key must have the View audit logs
permission.
Page number to return, 0-indexed. Default 0.
0
Number of results to return per page, between 1 and 1000. Default 250.
250
Filter by Cortex object types (CATALOG, SERVICE, TEAM, SCORECARD, etc), integration configurations (AWS_CONFIGURATION, BITBUCKET_CONFIGURATION, etc), and more.
Successfully retrieved audit logs
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
GET /api/v1/audit-logs HTTP/1.1
Host: api.getcortexapp.com
Authorization: Bearer JWT
Accept: */*
{
"logs": [
{
"action": "CREATE",
"actorIdentifier": "text",
"ipAddress": "text",
"objectIdentifier": "text",
"objectType": "text",
"timestamp": "2025-09-15T19:40:28.473Z"
}
],
"page": 1,
"total": 1,
"totalPages": 1
}
Last updated
Was this helpful?