Skip to main content
Using TypeScript? Check out our GraphQL SDK for a fully typed client.
We provide three methods for fetching tasks:
  1. Get tasks — paginated collection
  2. Get task by ID
  3. Get task by refref is the short human-readable identifier shown in the Plain app (e.g. T-123)
These queries require the following permissions:
  • task:read

Get tasks

Query
Variables

Get task by ID

Query
Variables

Get task by ref

Query
Variables