Skip to main content
GET
List device tasks

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Device id (dev_<uuid>)

Query Parameters

cursor
string | null

Opaque cursor from a previous page's next_cursor.

limit
integer<int64> | null

Page size (default 20, max 100).

Response

A page of tasks

A page of tasks with the cursor for the next page (null on the last page).

data
object[]
required
next_cursor
string | null