GA
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.
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
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
Successful Response
results
The list of items returned for the current page.
pagination
Contains pagination information for the result set.