List child executions of a run

Lists the subagent runs whose parentExecutionId is this execution, each keyed back to the tool call that spawned it. Fetch a child tree by passing its executionId to the trace route.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

executionIdstringRequired

Runtime execution_id / executionSessionId of the parent run

Response

Child executions returned
datalist of objects
successboolean

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error