Skip to main content
Node.js

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
  • The unique identifier of the task
Example:

"task-elnizmojzrjsogdm"

Response

200 - application/json

200 OK

The response is a task object. Refer to the task object here