v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Devices

List tasks for a device

get/devices/{deviceId}/tasks

Path parameters

deviceIdstring required

Query parameters

pageinteger
pageSizeinteger
orderBy'id' | 'createdAt' | 'updatedAt' | 'assignedAt'
orderByDirection'asc' | 'desc'

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/ResponseTask.json"
}