Get Audit Log Detail
Retrieve detailed information for a specific audit log entry by log ID, including parent and child relationships.
Endpoint
GET /dev/v1/audit/{module}/{log-id}
Get audit log detail by logId.
URL Format
Query parameters can be appended directly to the URL as a query string.
Example: /dev/v1/audit/audit/{log-id}?pageNo=1&pageSize=5
Authentication
All endpoints require authentication via the Nected-Branch header.
Nected-API-Key
string
Yes
Your Nected API key.
Nected-Branch
string
Yes
Branch name (e.g. default branch of the workspace).
Single audit log by log-id, including detail, parent, paginated children, and totalChildren.
Use pageNo / pageSize on this request to page through children.
Example: capturedDetail → examples/audit_detail_200.json (canonical Get/GET_DETAIL.json).
Dev API key (Nected-API-Key header)
Module name.
Audit log ID.
Page number for children (optional, default 1).
1Children per page (optional, default 10, max 10).
10Branch name. Required for audit endpoints.
OK — detail, parent chain, and children.
Detail response; data holds detail, parent, children, totalChildren
Unauthorized
Internal Server Error
GET /dev/v1/audit/{module}/{log-id} HTTP/1.1
Host: api.nected.ai
Nected-API-Key: YOUR_API_KEY
Nected-Branch: text
Accept: */*
No content
Last updated