Matcher
cURL
curl --request GET \ --url https://matcher.sandbox.lerian.net/v1/export-jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "bytesWritten": 123, "createdAt": "<string>", "downloadUrl": "<string>", "error": "<string>", "expiresAt": "<string>", "fileName": "<string>", "finishedAt": "<string>", "format": "<string>", "id": "<string>", "recordsWritten": 123, "reportType": "<string>", "startedAt": "<string>", "status": "<string>" }
Use this endpoint to retrieve the status of a specific export job.
Bearer token authentication (format: "Bearer {token}")
A unique identifier for tracing the request across services.
Export Job ID
Indicates that the request was successful and the response contains the expected data.