GET
/
api
/
v1
/
table
/
{table_name}
/
records
/
csv
curl --request GET \
  --url https://your-engine-url/api/v1/table/{table_name}/records/csv \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here

Path Parameters

table_name
string
required

Query Parameters

schema
string
default:public
timezone_offset
integer
default:9

Response

200
application/json
Successful Response

The response is of type any.