cURL
curl --request GET \ --url https://api.example.com/api/tasks/{task_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get a single task by ID
Successful Response