List tasks
render_list_tasksList workflow tasks using optional filters for owner, task slug, workflow ID, or version. Returns all accessible tasks if no filters are provided.
Instructions
List tasks. List workflow tasks that match the provided filters. If no filters are provided, all task definitions accessible by the authenticated user are returned. Calls GET /tasks on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| cursor | No | The position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination). | |
| ownerId | No | The ID of the workspaces to return resources for | |
| taskSlug | No | An array of task slugs in the format workflow-slug/task-name. An optional version can be appended (workflow-slug/task-name:version). If no version is provided, the latest version is used. | |
| workflowId | No | An array of workflow IDs | |
| workflowVersionId | No | An array of workflow version IDs |