cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/conversionuploads/table \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "search_terms": [ {} ], "filters": {} } '
{ "uploads": [ {} ], "paging": { "page": 123, "page_size": 123, "total_count": 123 } }
Retrieve a paginated list of conversion upload records. Supports search filters, sorting, and pagination to help you find and browse previously uploaded conversion files and their processing status programmatically.
The Everflow API key generated from the Control Center > Security.
Text search filters.
Structured filters to narrow results.
OK
Show child attributes
Was this page helpful?