TasksResource provides methods to list and retrieve tasks associated with projects.
List tasks
Retrieve a paginated list of tasks with optional filtering.Parameters
Filter by project UID
Filter by task status
Maximum number of results to return
Cursor for pagination
Returns
Array of task objects
Cursor for the next page of results
Cursor for the previous page of results
Whether there are more results available
Get a task
Retrieve a specific task by its unique identifier.Parameters
The unique identifier of the task
Returns
The unique identifier for the task
The type of the task
The name of the task
The current status of the task
The project UID this task belongs to
The timestamp when the task was created
The timestamp when the task was last updated