cURL
curl --request GET \ --url https://api.endclose.com/v1/data_streams/{key}/import_batches \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "id": 123, "data_stream_key": "<string>", "source": "csv_upload", "filename": "<string>", "record_count": 123, "total_credits": 123, "total_debits": 123, "net_amount": 123, "decimal_places": 2, "date_range_start": "2023-12-25", "date_range_end": "2023-12-25", "created_at": "2023-11-07T05:31:56Z", "records_url": "<string>" } ], "has_more": true, "offset": 123 }
Returns a paginated list of import batches for a data stream.
The immutable data stream key
1 <= x <= 100
Pagination offset
Paginated list of import batches
Show child attributes