Logs
Get single log record
Retrieve a single log record by its record ID, including detail columns that are omitted from query results (such as event raw data or audit log old/new values). Values of columns of type jsonDetails are returned as parsed JSON documents when they contain valid JSON, and as strings otherwise.
get/v1/logs/{log-name}/records/{record-id}
Response
Record retrieved successfully
object required
Log record as an object keyed by column name.
Changes
Changed in 1 of the 84 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○