Get paginated stim output data.
Returns the generated stimuli from the stim 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 stim output response
Returns stim 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