Get information about a task
Get information about a task
To get information about an assigned task, call the
GET /tasks/:task_id
API with the
id
of the task.
cURL
curl -i -X GET "https://api.box.com/2.0/tasks/12345" \
-H "authorization: Bearer <ACCESS_TOKEN>"