Skip to main content
GET
/
tasks
/
{task_id}
Get Task Status
curl --request GET \
  --url https://backend.overtenai.com/api/v1/tasks/{task_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

task_id
string
required

Response

Successful Response