List Runs
List runs for a thread.
Returns runs ordered by creation time (newest first). Use status to
filter and limit/offset to paginate.
Documentation Index
Fetch the complete documentation index at: https://docs.aegra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Maximum number of runs to return
x >= 1Number of runs to skip for pagination
x >= 0Filter by run status (e.g. pending, running, success, error, interrupted)
Response
Successful Response
Unique identifier for the run.
Thread this run belongs to.
Assistant that is executing this run.
Identifier of the user who owns this run.
Timestamp when the run was created.
Timestamp when the run was last updated.
Current run status: pending, running, error, success, timeout, or interrupted.
Input data provided to the run. None for checkpoint-only resume.
Final output produced by the run, or null if not yet complete.
Error message if the run failed.
Configuration passed to the graph at runtime.
Context variables available during execution.