Skip to main content
DEPRECATED: This endpoint has been deprecated and will be removed on March 1, 2026. Please use the new endpoint: GET /v1/uploadsSee the Migration Guide for details on migrating to the new endpoints.

Description

Retrieves a paginated list of tables uploaded by the user or their team.

Pagination

Use the limit and offset parameters to paginate through large result sets:
  • To get the first 20 tables: ?limit=20&offset=0
  • To get the next 20 tables: ?limit=20&offset=20
  • Continue incrementing offset by limit to get subsequent pages

Pricing

This is a metadata endpoint and does not consume credits.