Skip to main content
GET
List execution steps

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).

Path Parameters

execution_id
string
required

Query Parameters

type
string

Comma-separated StepType values to include (e.g. TOOL_CALL,TOOL_RESULT,THOUGHT,FINAL_MESSAGE).

tool_type_name
string

Only steps for this tool (e.g. CW_PSA_REQUEST, GET_TECHNICIAN_CONTEXT). Case-insensitive.

step_id
string

Return only the single step with this id (with its full data).

include_data
boolean

Set false to omit each step's data (tool inputs/outputs, reasoning) and return a lightweight index. Default true.

Response

Success.

data
ExecutionStep · object[]
required
meta
object
required