v1

latestOpenAPI 3.1.02026-07-23310383.1 KB
Executions

Retrieves an execution with its children.

get/api/v1/executions/nestings

Query parameters

chatMessageIdstring uuid

A UUID v4 string that identifies an entity.

A UUID v4 string that identifies an entity.

executionIdstring uuid

A UUID v4 string that identifies an entity.

A UUID v4 string that identifies an entity.

Headers

authorizationstring required

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Response

Retrieves an execution with its children.

createdAtstring date-time required
idstring uuid required

A UUID v4 string that identifies an entity.

updatedAtstring date-time required
creditsUsednumber required

The total number of credits used by this execution.

endedAtstring date-time nullable required

When this execution ended.

isAgenticboolean required

Whether this execution is agentic.

isFailedAttemptboolean required

Whether this execution belongs to a failed retry attempt.

isPurgedboolean required

Whether this execution has been purged.

parentIdstring uuid nullable required

The parent execution ID of this execution.

responderIdstring required

The responder ID of this execution.

startedAtstring date-time required

When this execution started.

status'running' | 'completed' | 'failed' | 'cancelled' required

The status of the execution.

workspaceIdstring required

The workspace ID of this execution.