List or read grids
List a project’s grids, or read one grid’s detail/processing status, via the view enum (detail and status need grid_id). view=column_options is the live catalog of column types you can actually add - not just the fixed input data-type enum, but also every workflow this account can use as a workflow column; call it live to get the available types rather than guessing them.
Headers
Project ID for tenant scoping
Overrides the key's workspace
User API key
Body
Grid listing: 'list' (inventory), 'detail' (config), 'status' (processing), or 'column_options' (the live, project-specific catalog of addable column types and usable workflow columns — call it to get the valid column types rather than guessing them).
list, detail, status, column_options Grid id. Required for view='detail' and view='status'. Optional for view='list' and view='column_options'
Optional workflow filter for the list view
x >= 11 <= x <= 100Sort the list view by created_at, updated_at, or status_count. Use status_count to rank grids by how many rows are in the sort_status state — e.g. sort_by=status_count + sort_status=failed + sort_order=desc surfaces the grids with the most failed rows first, so 'which grids failed' is answered from the top of one page instead of scanning every grid.
created_at, updated_at, status_count Sort direction for sort_by; asc or desc.
asc, desc Row status counted when sort_by=status_count (e.g. failed, completed, awaiting_interaction). Pairs with sort_by=status_count to rank grids by that status.
pending, running, completed, failed, cancelled, awaiting_interaction Free-text filter on grid name for the list view.
Filter by creator user id(s)
Only grids with a run at/after this time
Only grids with a run at/before this time
Response
Successful Response