Skip to main content
GET
/
simulate
/
export
/
{item_id}
/
Export data as CSV
curl --request GET \
  --url https://api.futureagi.com/simulate/export/{item_id}/ \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Path Parameters

item_id
string<uuid>
required

Query Parameters

type
enum<string>
required

Type of data to export

Available options:
runtest,
testexecution

Filter by phone number or scenario name

status
string

Filter by call execution status

Response

200 - text/csv

CSV file exported

The response is of type file.