Skip to main content
objectRunToolCall

Fields

id
ID!

Stable identifier for this run tool call.

sequence
Int!

Monotonically increasing sequence number used for ordering.

name
String!

Display name of this run tool call.

status
String!

Current status of this run tool call.

input
JSON

The input associated with this run tool call. May be null when unavailable or not applicable.

output
JSON

The output associated with this run tool call. May be null when unavailable or not applicable.

error
String

Error message when this run tool call did not complete successfully. May be null when unavailable or not applicable.

startedAt
String!

ISO 8601 timestamp when this run tool call started.

finishedAt
String

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

supersededAt
String

ISO 8601 timestamp when this run tool call was superseded. May be null when unavailable or not applicable.