Skip to main content
GET
/
audit_trail
/
list
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "identifier": "<string>",
      "user": "jsmith@example.com",
      "spaceIdentifier": "<string>",
      "action": "<string>",
      "category": "<string>",
      "ipAddress": "<string>",
      "message": "<string>",
      "request": {},
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

200 response

metadata
object
results
object[]