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.

GET /v1beta1/organizations/:org_id/auditlogs/:id

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
org_id — path required
id — path required
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/auditlogs/:id' \
-H 'Accept: application/json'