Extractions
Get Extraction Table Rows
Get paginated rows from an extraction table
GET
Retrieves paginated rows from a specific table in an extraction. This endpoint is useful for accessing large tables efficiently.
Usage Notes
- Use pagination to retrieve rows from large tables
- Row indexes are 0-based, meaning the first row has an index of 0
Request
The ID of the extraction.
The key of the table to retrieve rows from.
The number of rows to skip. Minimum value is 0.
The maximum number of rows to return. Minimum value is 1, maximum value is 1000.
Filter the rows to return:
- “all” - Return all rows (default)
- “valid” - Return only rows that pass all validations
- “error” - Return only rows that fail at least one validation
Response
Pagination information.
Array of table rows.
Error Responses
Error message describing what went wrong.