Skip to main content
GET
/
api
/
v1
/
tasks
/
{id}
Get a task by ID.
curl --request GET \
  --url https://api.backside.app/api/v1/tasks/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Task ID

Query Parameters

as_of
string

Valid-time as-of (RFC 3339). Tasks are unitemporal.

valid_at
string

Ignored for tasks (unitemporal). Present for handler symmetry.

Response

Task (current-state) or historical snapshot