Choose your language:
    Audit log event

    If the Audit log functionality is enabled in a project, logged events can be queried using SQL-like language and fetched in full detail so that they can be exported or analyzed.

    Object payload
    id  string
    ULID of event (https://github.com/ulid/spec)
    actionName  string

    The actual action performed

    actor  object

    The actor who performed the action

    role  null, object

    The role of the actor at the time the action was performed

    environment  object

    The environment inside of which the action was performed

    request  object

    The actual request being performed

    response  null, object

    The actual response being returned by DatoCMS

    meta.occurredAt  date-time

    The date of the event

    Available endpoints