Get paginated rollout output data.
Returns the generated trajectories/responses from the rollout job. Use offset and limit parameters to paginate through large datasets.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User ID override via header (requires master API key)
Starting line number (0-indexed)
x >= 0Number of lines to return (max 1000)
1 <= x <= 1000User ID override (requires master API key)
Successful Response
Paginated rollout output response
Returns rollout job status along with paginated output data.
Job status: not_started, running, complete, failed
Paginated output data
Starting line offset
x >= 0Page size
x >= 1Whether more data is available
Number of output lines (not applicable for bakes)
Job config parameters
Error message if job failed
Coordinator job ID (if job is queued/running)
Job progress percentage (0-100) if job is running
Total expected number of rollouts (num_stimuli * num_traj_per_stimulus). Used for progress calculation.