© 2025 Clarivate
GET /api/.../jobqueue/bib
Return a list of Bibliographic or Patron Bulk Change jobs in the queue.
| Name | Type | Required | Description |
|---|---|---|---|
| jobType | String | Yes | The job type to return. |
[
{
"JobID": 2558,
"RSName": "Book Club to Go",
"RSOwner": "RD-COMET 6.7 Development System",
"RecordCount": 3,
"Status": "ÝÄÝ Completed",
"TimePosted": "2020-12-08T11:59:26.593-05:00",
"StartTime": "2020-12-08T12:01:01.257-05:00",
"EndTime": "2020-12-08T12:01:01.367-05:00",
"JobStatusID": 3
},
{
"JobID": 2557,
"RSName": "Book Club to Go",
"RSOwner": "RD-COMET 6.7 Development System",
"RecordCount": 3,
"Status": "ÝÄÝ Completed",
"TimePosted": "2020-12-08T11:59:22.727-05:00",
"StartTime": "2020-12-08T12:01:01.133-05:00",
"EndTime": "2020-12-08T12:01:01.257-05:00",
"JobStatusID": 3
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |