Skip to main content
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_KEY

Query Parameters

string
required
The unique identifier (hash) of the run to abort. Example: 300e9c5c127d421c90f431478d9a2cfb

Response 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: true
string
Will be “aborted” for manually stopped runs. Example: "aborted"
integer
Number of results collected before abort. Example: 6
float
Run duration in seconds before abort. Example: 10.4498
float
Credits consumed before abort. Example: 10.4498
Aborted runs still export any results collected up to the point of abortion.
You will still be charged credits for the work done before aborting.
Use Get Run Stats to check progress before deciding to abort a run.

Code Examples

Response

200
404