List tasks for a project
GET/api/projects/:id/tasks
List tasks for a project. When called without query params, returns the full task list (with relations). Requires tasks.read. Pass ?fields=minimal to receive only id, title, taskNumber, and taskKey (used for gate criterion linking and MCP key resolution) — that mode accepts full-scope tasks.read, gates.create, or gates.update. The .own scope on tasks.read does NOT grant access here, since minimal mode returns every task in the project regardless of ownership.
Request
Responses
- 200
- 400
- 401
- 403
Successful response
Bad Request — unsupported fields query parameter value
Unauthorized — authentication credentials are missing or invalid
Forbidden — full listing requires tasks.read; ?fields=minimal requires one of tasks.read, gates.create, or gates.update