GET
List tasks for a tenant

Authorizations

Authorization
string
header
required

OAuth2 JWT issued by the Sanicus auth server. All endpoints require a valid token.

Path Parameters

uuidTenant
string<uuid>
required

UUID of the tenant

Query Parameters

status
enum<string>

Filter by task status — omit to return all statuses

Available options:
PENDING,
IN_PROGRESS,
COMPLETED,
MISSED,
SKIPPED

Response

Task list returned

tasks
object[]