Use this endpoint to manually trigger an export of the results from a completed mapping job. Exports are generated asynchronously. When the export is ready, you receive anDocumentation Index
Fetch the complete documentation index at: https://docs.mapping.travel/llms.txt
Use this file to discover all available pages before exploring further.
exportFileId that you can use to download the file. If the job has no results or cannot be found, the response indicates failure without returning an HTTP error status.
Exports may also be triggered automatically depending on your organization’s export configuration. Use this endpoint when you need to re-export results on demand or generate an export outside the automatic schedule.
Request
UUID of the mapping job to export results for.
Response
This endpoint always returns HTTP200 OK. Check the success field to determine whether the export was actually triggered.
true if the export was triggered successfully. false if the job was not found, had no results, or the export failed for another reason.UUID of the generated export file. Present only when
success is true. Use this ID to download the export file.Human-readable description of the outcome. Provides detail when
success is false.Error responses
| Status | Reason |
|---|---|
401 Unauthorized | Missing or invalid Authorization header. |
404 Not Found | No mapping job with the given ID exists for your organization. |