post
https://api.thelookoutapp.com/api/{company_id}/data_exports
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The params a data export accepts is dependant on the underlying data export template. For example, data export templates which are temporal will likely accept a date range:
{
"data": {
"params": {
"start_date": "2023-11-01",
"end_date": "2023-11-30"
},
"format": "csv"
}
}To see the accepted parameters for a given template you can retrieve the template and look at the value for the allowed_export_params key.
