/api/v1/projects/{projectId}/tasksRequires read scope with session_or_bearer authentication.
Parameters
| Param | Type | Required | Description | Options |
|---|---|---|---|---|
| projectId | string | Yes | Unique identifier of the project. | - |
| status | string | Yes | Current status value for filtering or updates. | DRAFT, TODO, IN_PROGRESS, REVIEW, TESTING, DONE, BLOCKED, ON_HOLD |
| page | number | No | Page number for paginated results. | - |
| pageSize | number | No | Number of items returned per page. | - |
Request Example
Use the snippet below to call this endpoint from your app or CLI.
Response Example
Toggle between a success and failure payload returned by this endpoint.