Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

log_id
string
required

Anchor audit log entry ID

limit
integer

Max entries in thread (default 40, max 200)

Response

OK

anchor_id
string
entries
object[]
truncated
boolean

Truncated reports that the thread walk stopped early because the caller's deadline expired; the entries collected up to that point are returned rather than failing the whole request.

Last modified on August 1, 2026