GET
/
generate_csv
/
{ids}
Get CSV extraction
curl --request GET \
  --url https://api.sensible.so/v0/generate_csv/{ids} \
  --header 'Authorization: Bearer <token>'
{
  "url": "https://sensible-so-document-type-bucket-dev-us-west-2.s3.us-west-2.amazonaws.com/sensible/fc3484c5-3f35-4129-bb29-0ad1291ee9f8/EXTRACTION/14d82783-c12b-4e70-b0ae-ca1ce35a9836.csv?REDACTED"
}

Authorizations

Authorization
string
header
required

Sensible uses API keys to authenticate requests. Keep your API keys secure and do not share them publicly accessible areas such as GitHub, client-side code, etc. Authentication to the API is performed via Bearer Authentication. Provide your API key as the bearer auth value.

Path Parameters

ids
string<uuid>
required

Comma-delimited list of unique extraction IDs.

Example:

"246a6f60-0e5b-11eb-b720-295a6fba723e"

Response

Indicates the extraction successfully converted to an CSV file. This response contains the download URL for the CSV file. The link expires after 15 minutes.

url
string<url>

The download URL for the CSV file

Example:

"https://sensible-so-document-type-bucket-dev-us-west-2.s3.us-west-2.amazonaws.com/sensible/fc3484c5-3f35-4129-bb29-0ad1291ee9f8/EXTRACTION/14d82783-c12b-4e70-b0ae-ca1ce35a9836.csv?REDACTED"