Skip to main content
GET
List agent tool calls (Audit Log)

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Query Parameters

Case-insensitive substring over the tool input (ticket ids, user names, device names), the tool name and title, and the agent name. Max 200 characters.

tool_type_name
string

Only calls of this tool (ToolType member, e.g. ADD_INTERNAL_TICKET_NOTE).

agent_id
integer

Only calls made by this agent.

errors_only
boolean

Only calls whose result failed. Defaults to false.

page_size
integer

Items per page (1-200, default 50).

cursor
string

Opaque pagination cursor from a previous response's meta.pagination.next_cursor.

Response

Success.

data
AuditLogToolCall · object[]
required
meta
object
required