We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6444eb3 commit 42a4e5bCopy full SHA for 42a4e5b
1 file changed
docs/specification/draft/basic/utilities/tasks.mdx
@@ -288,6 +288,7 @@ stateDiagram-v2
288
1. Receivers **SHOULD** use cursor-based pagination to limit the number of tasks returned in a single response.
289
1. Receivers **MUST** include a `nextCursor` in the response if more tasks are available.
290
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.
292
293
## Message Flow
294
0 commit comments