get https://{host}/v2/events/audit_logs
Retrieves events' audit log details.
NoteFor detailed information about the APIs and for hands-on testing, refer to the API overview documentation and step-by-step guide on making your first API call.
Prerequisites
- Basic Authentication
- Default access group
Resource information
HTTP method | GET |
---|---|
Authentication | Basic |
Pagination supported? | NO |
Rate limit | YES |
Batch support | NO |
API Curl
curl --location 'https://eu.api.capillarytech.com/v2/events/audit_logs?format=json&eventName=TestingEvent_FE' \
--header 'Authorization: Basic U2FudC5wXzEyMzpiMmVhMGFhYWI1ZThmODg5ZTAzNGE2NjA5NTIwM2FlNw==' \
--header 'Cookie: _cfuvid=LvoffYWnKNroiGI4mcPHub.st6yK1dPDHOW3wI1lEls-1751478744816-0.0.1.1-604800000'
Api Specific Error Codes
Error Code | Description | Reason |
---|---|---|
400 | Bad Request | The request is invalid or malformed (e.g., incorrect parameters, missing required fields). |
401 | Unauthorized | Authentication failed because credentials are missing, invalid, or expired. |
500 | Internal Server Error | The server encountered an unexpected error while processing the request. |