Skip to main content
GET
/
audit-log
/
export
Export Audit Log
curl --request GET \
  --url https://api.cloud.wherobots.com/audit-log/export \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "code": "BAD_REQUEST_ERROR",
      "message": "<string>",
      "details": "<string>",
      "path": "<string>",
      "suggestion": "Contact us at support@wherobots.com to get help with resolving your error.",
      "documentation_url": "<string>",
      "field": "<string>"
    }
  ],
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

startTime
string<date-time>
endTime
string<date-time>
searchTerm
string

Response

Successful Response