/
/ReqRes API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 20h ago · Updated 1mo ago
Agent Sandbox18
  • getAgent Sandbox health probe
  • getList agent users (cursor pagination)
  • getGet a single agent user with optional expansion
  • postAgent auth login (with MFA branch)
  • postComplete an MFA challenge
  • getList agent orders (relational data)
  • getList scenario chains (agent key required)
  • postCreate or update a chain definition
  • getOne chain definition
  • deleteDelete an own chain definition
  • deleteReset chain position (A2.3)
  • getList trajectories (agent key required)
  • getKeyless sample trajectory (a real Claude Code benchmark run)
  • getFull ordered call list for one trajectory
  • getExport a trajectory as JSONL
  • getDiff two trajectories
  • getList training scenarios
  • getTrigger a deliberate failure scenario
App Users19
Authentication3
Collections10
Custom Endpoints5
Legacy8
Payments Sandbox1
    Agent Sandbox

    Full ordered call list for one trajectory

    Each call: seq, ts, method, path, query, seed, world_version, scenario, chain_id, request_body_hash, status, response_body_hash, latency_ms. Capped at 1000 calls (meta.truncated).

    get/agent/v1/trajectories/{run_id}

    Path parameters

    run_idstring required

    Response

    Ordered calls

    Changes