API responses use pagination to reduce loading time. Return a maximum of this many items per page. Used only for the very first request subsequent request should use cursor value
Example: pageSize=50
cursor
string
A base64-encoded pagination cursor used to retrieve a specific page of results. This value should be taken from the nextPage or prevPage field in a previous response. If omitted, the API returns the first page of results. Use this parameter to navigate forward or backward through paginated data.
Example: cursor=eyJzIjoxLCJwIjowfQ==
header Parameters
Workspace
required
string
Responses
200
Success
400
Bad request, validation error
401
Unauthorized request
403
Access forbidden
429
Too Many Requests
500
Internal server error
get/v1/audit-logs/search
Request samples
curl
JavaScript
Node.js
Response samples
200
400
401
403
500
application/json
{
"items": [
{
"id": "fde97bd4-72d9-4814-bbe6-713af90d784c",
"date": 1662052343274,
"workspaceId": "corotest_123",
"type": "detectionLogs",
"subtype": "markAsUnprocessed",
"description": "Ticket GYDU-1212 has been re-opened",