Public

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": "2024-10-22T12:32:54Z",
  • "finishedAt": "2024-10-22T12:32:54Z",
  • "user": "johndoe",
  • "attachments": [
    ],
  • "progress": "77",
  • "reportsConfiguration": {
    }
}