v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Get Task Status

get/screenplay/tasks/{task_id}

Path parameters

task_idstring required
Example:ros-sd-20260313-a3f8c2b1

The screenplay task ID

Response

Task status retrieved successfully

codeinteger

Response code indicating the result status

msgstring

Response message

successboolean

Indicates whether the API call was successful

failedboolean

Indicates whether the API call failed

Example response

{
  "code": 200,
  "msg": "success",
  "data": {
    "task_id": "ros-sd-20260313-a3f8c2b1",
    "status": "running",
    "progress": {
      "total_episodes": 87,
      "completed_episodes": 12
    }
  },
  "success": true
}
All 68 operations