List data specs or jobs
list_dataList data specs (parsing/mapping rule sets) or their processing jobs in a workspace. Supports pagination; for live Iceberg tables, submit a SHOW TABLES query instead.
Instructions
List either the data specs (parsing + mapping rule sets, resource "specs") or the data processing jobs (executions of a spec, resource "jobs") defined in a workspace. Paginated (default 25/page, max 100, newest first); pass the returned nextCursor to fetch more. Not a table listing — for the live set of Iceberg tables in a workspace, use submit_query with SHOW TABLES instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque nextCursor from a prior page (omit for the first page). | |
| pageSize | No | Records per page (default 25). | |
| resource | Yes | Which kind of resource to list | |
| workspaceId | No | Workspace to act on. Defaults to your only workspace if you have exactly one. |