Public

Provides functionalities for polling the Matching Reports.

Poll Matching Reports

Polls the status of the matching reports.

SecurityapiKey
Request
path Parameters
id
required
string

ID of the matching report.

Example: 65dcc3c60cecd503bcc88c92
Responses
200

OK

401

Unauthorized

403

Forbidden

404

Not Found

get/matchingreports/{id}
Request samples
Response samples
application/json
{
  • "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
  • "status": "RUNNING",
  • "statusMessage": "The job failed because storage is empty.",
  • "createdAt": "2025-01-29T16:52:44Z",
  • "finishedAt": "2025-01-29T16:52:44Z",
  • "user": "johndoe",
  • "attachments": [
    ],
  • "progress": "77",
  • "reportsConfiguration": {
    }
}