Get Audit Logs by event name

Retrieves events' audit log details.

👍

Note

For 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 methodGET
AuthenticationBasic
Pagination supported?NO
Rate limitYES
Batch supportNO

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 CodeDescriptionReason
400Bad RequestThe request is invalid or malformed (e.g., incorrect parameters, missing required fields).
401UnauthorizedAuthentication failed because credentials are missing, invalid, or expired.
500Internal Server ErrorThe server encountered an unexpected error while processing the request.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!