v1

latestOpenAPI 3.1.02026-07-26363186558.0 KB
Alert Audit

List alert audit records

get/alerts/audit

Query parameters

sort'alert_id' | 'history_created_at' | 'operation'

The alert operation field name to sort the response by.

order'asc' | 'desc'
Example:asc

The order used to sort the response alerts field by.

sizeinteger
Example:20

The number of alerts to return in each page. Max value of 100.

sincestring date-time

When listing by date range, since defines the starting date in RFC3339 format

untilstring date-time

When listing by date range, until defines the ending date in RFC3339 format

pagestring

Only used when fetching subsequent pages during pagination and will contain a unique page ID. No other query parameters can be used with page

operation'read' | 'update' | 'rollback' | 'delete' | 'update_analysis' | 'delete_analysis' | 'create_attachment' | 'delete_attachment' | 'add_tags' | 'remove_tags' | 'download'

Filter by operation. This parameter can be specified multiple times.

Headers

x-apikeystring required

Your API key

Response

OK