Export
Export a sheet as CSV
Stream one sheet’s validated data as a CSV, addressed by {template_slug}.csv. The body is streamed (gzip-compressed when the request advertises it) and an X-Total-Records header reports the matching count.
GET
Export a sheet as CSV
Authorizations
Your Vern API key. Create one at Settings → API keys.
Path Parameters
The template slug with a .csv suffix, e.g. contacts.csv.
The migration ID returned by Create a migration.
Query Parameters
Which rows to include.
Available options:
valid, all, invalid Response
The CSV stream.
The response is of type file.
Export a sheet as CSV