Audit Logs

Use these operations to interact with audit logs in Cortex.

Required permissions

Your API token must have the View audit logs permission.

Retrieve audit logs

get

Note: To see the complete list of possible values, please reference the available filter options for audit logs under Settings in the apparrow-up-right. API key must have the View audit logs permission.

Authorizations
AuthorizationstringRequired

All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.

Query parameters
startTimestring · date-timeOptional
endTimestring · date-timeOptional
pageinteger · int32Required

Page number to return, 0-indexed. Default 0.

Default: 0
pageSizeinteger · int32Required

Number of results to return per page, between 1 and 1000. Default 250.

Default: 250
objectIdentifiersstring[]Optional
objectTypesstring · enumOptional

Filter by Cortex object types (CATALOG, SERVICE, TEAM, SCORECARD, etc), integration configurations (AWS_CONFIGURATION, BITBUCKET_CONFIGURATION, etc), and more.

Possible values:
actorApiKeyIdentifiersstring[]Optional
actorEmailsstring[]Optional
actorIpAddressesstring[]Optional
actorRequestTypesstring · enumOptionalPossible values:
Responses
chevron-right
200

Successfully retrieved audit logs

application/json
get
/api/v1/audit-logs

Last updated

Was this helpful?