Export replay prompts
Export traces needing replay as a downloadable file.
Returns a list of prompts (user inputs) from traces that need to be re-run against the current agent version. Users download this file, run the prompts against their agent externally, then submit the new traces back to DecimalAI.
Each row includes a replay_context object explaining why the
trace needs replay — what surfaces changed, which skills/tools were
involved, and the compat reason. This metadata is informational and
does not control agent behavior during replay.
Filter by verdict to get specific subsets:
- replay: traces that can’t be mechanically repaired
- drop: traces that are incompatible
- repair: traces that need schema fixes
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Query Parameters
Agent to export replay prompts for
Filter by verdict: replay, drop, repair
Export format: jsonl or json
1 <= x <= 5000Cookies
Response
Successful Response