Discovery Audit
Required permissions
Operations
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
typestring · enumOptionalPossible values:
Filter based on type of the event
sourcestring · enumOptionalPossible values:
Filter based on integration source
includeIgnoredbooleanOptionalDefault:
Flag to include ignored events in result
falsepageSizeinteger · int32RequiredDefault:
Number of results to return per page, between 1 and 1000. Default 250.
250pageinteger · int32RequiredDefault:
Page number to return, 0-indexed. Default 0.
0Responses
200
Successfully retrieved discovery audit report
application/json
429
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
application/problem+json
get
/api/v1/discovery-auditLast updated
Was this helpful?