Skip to content

Commit 42a4e5b

Browse files
committed
Add consistency requirement that tasks/list reflect tasks/get
1 parent 6444eb3 commit 42a4e5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • docs/specification/draft/basic/utilities

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ stateDiagram-v2
288288
1. Receivers **SHOULD** use cursor-based pagination to limit the number of tasks returned in a single response.
289289
1. Receivers **MUST** include a `nextCursor` in the response if more tasks are available.
290290
1. Requestors **MUST** treat cursors as opaque tokens and not attempt to parse or modify them.
291+
1. If a task is retrievable via `tasks/get` for a requestor, it **MUST** be retrievable via `tasks/list` for that requestor.
291292

292293
## Message Flow
293294

0 commit comments

Comments
 (0)