List table runs
table-runs
List table runs
List a table’s recompute runs with optional status and trigger filtering.
GET
List table runs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter by run status.
Available options:
pending, running, cancelling, cancelled, paused_for_credits, completed, completed_with_errors, failed Filter by run trigger.
Available options:
cell_edited, row_added, row_manual, column_added, column_edited, column_manual The number of items to return.
Required range:
1 <= x <= 100Available options:
id, created_at, updated_at Available options:
asc, desc Set the cursor to the next or previous page. You can get the cursor from the previous page's response.