Skip to main content
GET
/
tasks
/
{id}
/
status
cURL
curl --request GET \
  --url https://api.example.com/tasks/{id}/status \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Mynth API key sent as Authorization: Bearer <api-key>.

Path Parameters

id
string
required

Response

200 - application/json

Get Task Status

data
object
required