Skip to main content
GET
Export a table artifact as CSV or Excel

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

slug
string
required

Query Parameters

export_format
enum<string>
default:csv

Not "format": that query param is reserved by DRF's content-negotiation (URL_FORMAT_OVERRIDE) and would 404 before this view runs.

Available options:
csv,
xlsx

Response

File download (text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)

The response is of type file.