Abort Run
Run
Abort Run
Stop an active run before completion
POST
Abort Run
This endpoint aborts an active run using its hash ID. The run will stop collecting data and begin the export process for any results already gathered.
Headers
string
required
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
string
required
The unique identifier (hash) of the run to abort. Example:
300e9c5c127d421c90f431478d9a2cfbResponse Field Explanations
string
The aborted run’s identifier. Example:
"300e9c5c127d421c90f431478d9a2cfb"string
Always “run”. Example:
"run"string
Run status (typically “uploading” immediately after abort). Example:
"uploading"boolean
Whether the run has fully completed. Example:
truestring
Will be “aborted” for manually stopped runs. Example:
"aborted"integer
Number of results collected before abort. Example:
6float
Run duration in seconds before abort. Example:
10.4498float
Credits consumed before abort. Example:
10.4498Aborted runs still export any results collected up to the point of abortion.
Code Examples
Response
200
404