List Tasks
List all Tasks in the project with pagination support.
Returns a paginated list of Tasks with their basic information:
- Task ID and metadata
- Active revision status
- Latest modification time
- Tags
Use the page_limit and cursor parameters to navigate through the results.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Query parameters
name
Filter tasks by name (case-insensitive partial match).
tag_id
Filter tasks by tag ID.
include_tests
Include test revisions
cursor
Pagination cursor for the next page of results.
page_limit
Maximum number of tasks to return per page.
Response
Successfully retrieved paginated tasks
results
The task results for this page
pagination
Pagination metadata
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error
