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
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The unique identifier (hash) of the run to abort. Example:
300e9c5c127d421c90f431478d9a2cfbResponse Field Explanations
The aborted run’s identifier. Example:
"300e9c5c127d421c90f431478d9a2cfb"Always “run”. Example:
"run"Run status (typically “uploading” immediately after abort). Example:
"uploading"Whether the run has fully completed. Example:
trueWill be “aborted” for manually stopped runs. Example:
"aborted"Number of results collected before abort. Example:
6Run duration in seconds before abort. Example:
10.4498Credits consumed before abort. Example:
10.4498Aborted runs still export any results collected up to the point of abortion.
Code Examples
Response
200
404