Skip to main content
GET
/
v1
/
intent
/
audiences
/
{id}
/
runs
/
{runId}
/
export.csv
Download a completed intent audience run as CSV
curl --request GET \
  --url https://api.aws53.cloud/v1/intent/audiences/{id}/runs/{runId}/export.csv \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.leadpipe.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Dashboard access token. Send as Authorization: Bearer .

Path Parameters

id
string<uuid>
required
runId
string<uuid>
required

Response

CSV export for a completed run. Export is capped at 300,000 rows.

The response is of type file.