Coi Detection Jobs
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/coi-detection-jobs/ |
List Coi Detection Jobs |
| GET | /api/coi-detection-jobs/{uuid}/ |
Retrieve |
List Coi Detection Jobs
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
- Model Source:
COIDetectionJobJobTypeEnum - Model Source:
COIDetectionJobOEnum - Model Source:
COIDetectionJobStateEnum - API Source:
coi_detection_jobs_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
call_uuid |
string (uuid) | |
job_type |
string | Enum: full_call, incremental, single_pair |
o |
array | Ordering |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
state |
array |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type | Description |
|---|---|---|
url |
string | Return URL for the job detail endpoint. |
uuid |
string (uuid) | |
call |
string (uri) | |
call_uuid |
string (uuid) | |
call_name |
string | |
job_type |
any | |
state |
any | |
total_pairs |
integer | |
processed_pairs |
integer | |
progress_percentage |
number (double) | |
conflicts_found |
integer | |
started_at |
string (date-time) | |
completed_at |
string (date-time) | |
error_message |
string | |
created |
string (date-time) |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
coi_detection_jobs_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type | Description |
|---|---|---|
url |
string | Return URL for the job detail endpoint. |
uuid |
string (uuid) | |
call |
string (uri) | |
call_uuid |
string (uuid) | |
call_name |
string | |
job_type |
any | |
state |
any | |
total_pairs |
integer | |
processed_pairs |
integer | |
progress_percentage |
number (double) | |
conflicts_found |
integer | |
started_at |
string (date-time) | |
completed_at |
string (date-time) | |
error_message |
string | |
created |
string (date-time) |