Skip to main content
GET
/
orgs
/
{org_id}
/
tables
/
{table_id}
/
records
/
export
Export records
curl --request GET \
  --url https://api.useinvent.com/orgs/{org_id}/tables/{table_id}/records/export \
  --header 'Authorization: Bearer <token>'
null

Documentation Index

Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

table_id
string
required

Table ID

Query Parameters

status
enum<string>

Filter by visibility. ACTIVE excludes archived (default), ARCHIVED returns only archived, ALL returns both.

Available options:
ACTIVE,
ARCHIVED,
ALL

Restrict the export to records matching this search.

Maximum string length: 256
format
enum<string>

Export format. Only csv is currently supported.

Available options:
csv

Response

200 - application/json