dag-runs
Retrieve chat messages for a step
Fetches the LLM chat message history for a chat step. Returns empty array for non-chat steps.
get/dag-runs/{name}/{dagRunId}/steps/{stepName}/messages
Path parameters
namestring regex required
Name of the DAG
name of the DAG
dagRunIdstring required
Unique identifier for the DAG-run. The special value 'latest' can be used to reference the most recent DAG-run.
Example:latest
ID of the DAG-run or 'latest' to get the most recent DAG-run
stepNamestring required
name of the step
Query parameters
remoteNodestring
name of the remote node
Response
Chat messages retrieved successfully