List execution steps
The ordered steps (tool calls, messages, errors) recorded for a run — the forensic trace of what the agent actually saw and did. The path id accepts either an AGENTIC / CHAINED_ACTIONS execution (run) id or a CONVERSATIONAL chat session id; both resolve their trace here. AGENTIC / CONVERSATIONAL traces can be large; use the filters to fetch only what you need (e.g. the agent’s baseline ticket read) rather than pulling every step. type and tool_type_name narrow by step kind and tool; include_data=false returns a lightweight index (no per-step I/O) to locate a step, then re-fetch just it by step_id.
Authorizations
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
Query Parameters
Comma-separated StepType values to include (e.g. TOOL_CALL,TOOL_RESULT,THOUGHT,FINAL_MESSAGE).
Only steps for this tool (e.g. CW_PSA_REQUEST, GET_TECHNICIAN_CONTEXT). Case-insensitive.
Return only the single step with this id (with its full data).
Set false to omit each step's data (tool inputs/outputs, reasoning) and return a lightweight index. Default true.
