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
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
string
required
The unique identifier (hash) of the run. Example:
300e9c5c127d421c90f431478d9a2cfbResponse Field Explanations
string
The run’s unique identifier. Example:
"300e9c5c127d421c90f431478d9a2cfb"string
Always “run”. Example:
"run"string
Human-readable duration (HH:MM:SS format). Example:
"0:00:15.175532"string
When the run started. Example:
"2025-02-10T14:30:55"string | null
When the run ended (null if still running). Example:
"2025-02-10T14:31:10"boolean
Whether the run has completed. Example:
truestring
Completion percentage. Example:
"100%"string
Estimated time remaining (”∞” if unknown). Example:
"∞"integer
Total number of tasks in the run. Example:
10integer
Number of tasks completed. Example:
10integer
Number of tasks remaining. Example:
0integer
Total results collected in this run. Example:
6integer
Expected total results (if known). Example:
138integer
Results collected so far. Example:
6string
Currently executing task (empty if none). Example:
""string
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