Skip to main content

Get audit log

Get an audit log by ID.

Path Parameters
    org_id string required
    id string required
Responses

A successful response.


Schema
    log object
    id A unique identifier of the audit log if not supplied will be autogenerated
    source Source service generating the event required

    The source service generating the event.

    action Action performed, e.g. project.create, user.update, serviceuser.delete required
    actor object
    id string
    type string
    name string
    target object
    id string
    type string
    name string
    context object
    property name* string
    created_at date-time

    The time the log was created.

Loading...