Get Audit Log Detail
Endpoint
URL Format
Authentication
Header
Type
Required
Description
Authorizations
Nected-API-KeystringRequired
Dev API key (Nected-API-Key header)
Path parameters
modulestringRequired
Module name.
log-idstringRequired
Audit log ID.
Query parameters
pageNointegerOptionalDefault:
Page number for children (optional, default 1).
1pageSizeinteger · max: 10OptionalDefault:
Children per page (optional, default 10, max 10).
10Header 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
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/dev/v1/audit/{module}/{log-id}No content
Last updated