Skip to main content
QUERY
toolCallAudits(first: Int, toolName: String, resultStatus: String): [ToolCallAudit!]!

Arguments

first
Int

Maximum number of records to return. Omit it to leave this dimension unfiltered.

toolName
String

The tool name used to filter or perform the operation. Omit it to leave this dimension unfiltered.

resultStatus
String

The result status used to filter or perform the operation. Omit it to leave this dimension unfiltered.

Returns

id
ID!

Stable identifier for this tool call audit.

correlationId
String!

Identifier of the related correlation.

caller
String!

The caller associated with this tool call audit.

source
String!

The source associated with this tool call audit.

groupId
String!

Identifier of the related group.

toolName
String!

The tool name associated with this tool call audit.

argumentsSha256
String!

The arguments sha256 associated with this tool call audit.

resultStatus
String!

The result status associated with this tool call audit.

durationMs
Int

The duration ms associated with this tool call audit. May be null when unavailable or not applicable.

startedAt
String!

ISO 8601 timestamp when this tool call audit started.

finishedAt
String

ISO 8601 timestamp when this tool call audit finished. May be null when unavailable or not applicable.

Query
Response