Skip to main content

Get audit logs for an event

GET 

/v1/event/:id/logs

Get audit logs for an event based on UUID

Request

Path Parameters

    id stringrequired

    Event UUID

Query Parameters

    type string

    Log types requested separated by commas and no spaces in between. Possible Values: (create, updates, inactive, maneuverable_status, claiming)

    token string

    Pagination token

    time string

    Logs to retrieve up until that time, preferred format ISO 8601 standard

Responses

OK

Schema
    entity_id string
    logs object[]
  • Array [
  • metadata object
    property name* any
    time_created string
    type string
  • ]
  • time string
    token string
    type string[]
Loading...