Logs

Show Log

Fetches a single Log entry by its log_id. The entry's type is determined from the log_id itself: its first character identifies the log stream (c change, 5 session, f flow, a api_request).

get/logs/{log_id}

Path parameters

log_idstring required

Identifier of the Log entry. A 24-character lowercase hexadecimal string.

Response

Log Response

Example response

{
  "data": {
    "after": {
      "name": "Jane Smith"
    },
    "before": {
      "name": "Jane Doe"
    },
    "log_id": "c00060db0c2c8eb400000000",
    "object": "actors",
    "operation": "update",
    "subject": null,
    "timestamp": "2026-05-26T12:34:56.789Z",
    "type": "change"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.