Get Run Stats
Run
Get Run Stats
Retrieve detailed statistics about a specific run
GET
Get Run Stats
This endpoint retrieves detailed real-time statistics about a specific run, including progress information, estimated time remaining, and task completion status.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The unique identifier (hash) of the run. Example:
300e9c5c127d421c90f431478d9a2cfbResponse Field Explanations
The run’s unique identifier. Example:
"300e9c5c127d421c90f431478d9a2cfb"Always “run”. Example:
"run"Human-readable duration (HH:MM:SS format). Example:
"0:00:15.175532"When the run started. Example:
"2025-02-10T14:30:55"When the run ended (null if still running). Example:
"2025-02-10T14:31:10"Whether the run has completed. Example:
trueCompletion percentage. Example:
"100%"Estimated time remaining (”∞” if unknown). Example:
"∞"Total number of tasks in the run. Example:
10Number of tasks completed. Example:
10Number of tasks remaining. Example:
0Total results collected in this run. Example:
6Expected total results (if known). Example:
138Results collected so far. Example:
6Currently executing task (empty if none). Example:
""Last update timestamp. Example:
"2025-02-10T14:31:10"The eta field provides an estimate but may show ”∞” for runs with unpredictable completion times.
Code Examples
Response
200
404