Skip to main content
GET
/
v4
/
workflows
/
{workflowId}
/
data
/
exports
/
{exportId}
Download a materialized CSV export
curl --request GET \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/data/exports/{exportId} \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required
exportId
string<uuid>
required

Export id returned by the download=link response.

Response

CSV bytes

The response is of type string.