- Get tasks: paginated collection
- Get task by ID
- Get task by ref.
refis the short human-readable identifier shown in the Plain app (e.g.T-123)
For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
task:read
Get tasks
Query
Variables
Get task by ID
Query
Variables
Get task by ref
Query
Variables
Get the knowledge gap behind a task
When Ari raises a task for a knowledge gap, the task’ssourceLinks holds one entry with sourceType: "knowledge_gap", and on that entry knowledgeGap carries the gap’s title and description. The task’s status is the gap’s status; to change it, update the task.
Knowledge gaps are in beta.
sourceLinks and the KnowledgeGapTaskLink type may change without a deprecation period.knowledgeGap also requires the knowledgeGap:read permission. A task you created yourself has an empty sourceLinks.
Query
Variables

