For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Header
Type
Required
Description

Nected-API-Key

string

Yes

Your Nected API key.

Nected-Branch

string

Yes

Branch name (e.g. default branch of the workspace).

Get audit log detail

get

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).

Authorizations
Nected-API-KeystringRequired

Dev API key (Nected-API-Key header)

Path parameters
modulestringRequired

Module name.

log-idstringRequired

Audit log ID.

Query parameters
pageNointegerOptional

Page number for children (optional, default 1).

Default: 1
pageSizeinteger · max: 10Optional

Children per page (optional, default 10, max 10).

Default: 10
Header parameters
Nected-BranchstringRequired

Branch name. Required for audit endpoints.

Responses
200

OK — detail, parent chain, and children.

application/json

Detail response; data holds detail, parent, children, totalChildren

codestringOptional
messagestringOptional
pageNointegerOptional
pageSizeintegerOptional
totalCountintegerOptional
totalPagesintegerOptional
get
/dev/v1/audit/{module}/{log-id}

No content

Last updated