Skip to content

Run Detail

Method: POST

Endpoint: /api/v1/run/detail

Send the request body with Content-Type: application/json.

{
"run_slug": "01KKJYJ4HH0R9K7XD856MAE1WH"
}
ParameterExampleTypeRequiredDescription
run_slug01KKJYJ4HH0R9K7XD856MAE1WHStringYesUnique run identifier
{
"code": 0,
"message": "success",
"data": {
"status": 2,
"err_msg": "",
"slug": "01KKJYJ4HH0R9K7XD856MAE1WH",
"actors_title": "News Collection 20260305",
"actors_slug": "01KJXYJ7KCHXM0PDZHQD5293XE",
"results": 4,
"usage": "0.0217",
"started_at": 1773383784,
"finished_at": 0,
"duration": 0,
"origin": "api",
"traffic": 0,
"version": "v1.0.1"
}
}
ParameterExampleTypeDescription
code0IntegerGlobal status code
messagesuccessStringResponse message
data-ObjectResponse payload
status3IntegerRun status: 1 Ready, 2 Running, 3 Succeeded, 4 Failed, 5 Aborted
err_msg-StringError message
slug01KKJYJ4HH0R9K7XD856MAE1WHStringUnique run identifier
actors_titleNews Collection 20260305StringWorker title
actors_slug01KJXYJ7KCHXM0PDZHQD5293XEStringUnique Worker identifier
results4IntegerNumber of collected results
usage0.0217StringDevice usage cost in USD
started_at1773383784IntegerStart timestamp
finished_at0IntegerFinish timestamp
duration0IntegerExecution duration in seconds
originapiStringRun source: api or web
traffic0IntegerTraffic usage in bytes
versionv1.0.1StringWorker version
{
"code": 4000,
"message": "Invalid request parameters",
"data": null
}