GET
/
api
/
v1
/
tasks
/
{task_id}
/
consequences
/
trace
Get Task Consequence Trace
curl --request GET \
  --url https://api.jobsim.work/api/v1/tasks/{task_id}/consequences/trace \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Query Parameters

active_only
boolean
default:false
limit
integer
default:60
Required range: 1 <= x <= 200

Response

Successful Response