Retrieve the history of export operations for the authenticated userās organization. This endpoint returns a paginated list of all export activities including tasks, data sources, vehicles, drivers, and other exportable entities.
Key Features:
Export Status Values:
Processing: Export is being generated in the backgroundDone: Export completed successfully, file is ready for downloadFailed: Export failed due to an errorData Types:
task: Task exportsdata: Data source exportsvehicle: Vehicle exportsdriver: Driver exportsroute: Route exportsImportant Notes:
background=true parameterUse a valid Bearer token to authenticate.
Field name to sort the results by. Sorts the export log entries based on the specified field.
Example: requestAt, status, dataType, dataName
Default: requestAt
Sort order for the results. Use asc for ascending or desc for descending order.
Example: desc
Default: desc
asc, desc Maximum number of export log entries to return per page. Controls pagination size.
Example: 20
Default: 10
Min: 1, Max: 100
1 <= x <= 100Page number for pagination. Use in combination with limit to navigate through results.
Example: 1
Default: 1
Min: 1
x >= 1Filter export logs by the name of the exported data. Useful for finding exports of specific entities.
Example: Task Export - January 2024, Driver List
Filter export logs by type of data that was exported. Helps narrow down results to specific export categories.
Example: task, data, vehicle
task, data, vehicle, driver, route Filter export logs by processing status. Use to find exports that are still processing, completed, or failed.
Example: Done, Processing, Failed
Processing, Done, Failed Filter export logs by user email who initiated the export. If not provided, defaults to the authenticated user's email.
Example: john.doe@mile.app
Default: Current user's email
Success - Export log retrieved
Status of response.
Message of API response.
Total number of export log entries matching the filters (across all pages).
Array of export log entries from ElasticSearch.
ElasticSearch query parameters used for this request (for debugging purposes).