Skip to main content
GET
Get task
Look up a task by its UUID or its human-readable slug.

Authorizations

Authorization
string
header
required

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

Path Parameters

taskIdOrSlug
string
required

Task id (UUID) or task slug.

Response

Task detail

task
object
required
latestJob
object | null
required