Skip to main content

Get audit logs for an object

GET 

/v1/object/:id/logs

Get audit logs for an object based on UUID

Request

Path Parameters

    id stringrequired

    Object UUID

Query Parameters

    type string

    Log types requested separated by commas and no spaces in between. Possible Values: (trajectory, updates, screen_status)

    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...