Skip to main content
GET
Get agent audit log

Usage

Every write path (PATCH /agents/{id}, template import, clone, canonical template create) appends diff entries to agent_audit_log.

Response

Pass cursorTs from nextCursorTs to page older entries.

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Query Parameters

limit
integer
Required range: 1 <= x <= 100
cursorTs
number

Response

Successful response

success
boolean
required
entries
object[]
required
nextCursorTs
number | null
required