tasks
Retrieve paginated engineering work items with flexible filtering on assignees, status, and dates, and support for custom ordering.
Instructions
List tasks (non-security / engineering items) with filtering and ordering. Relay-paginated. Variables: after, first, taskFilter, taskOrder. Example variables: {"after":"T18w","first":10,"taskFilter":{"acknowledged":true,"assignees":[""],"closed":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"created":{"earliest":"2026-05-01T00:00:00.000Z","latest":"2026-05-01T00:00:00.000Z"},"notAssignees":[""],"prioritie...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| taskOrder | No | GraphQL: TaskOrder | |
| taskFilter | No | GraphQL: TaskFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |