GET
/
api
/
v1
/
admin
/
simulation
/
scenario-reference-files
/
task
/
{task_id}
Get Reference Files For Task Id
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/scenario-reference-files/task/{task_id} \
  --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

organization_id
string | null

Response

Successful Response