Endpoints
List tasks
List the workspace’s tasks, newest first.
GET
List tasks
Supports cursor pagination (
limit, cursor) and a status filter. Each task includes its latest job status and linked pull requests.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of tasks to return (max: 100).
Required range:
1 <= x <= 100Pagination cursor returned by a previous list call.
List tasks