archiveManagement
List ingestion jobs for all Archive Sources.
Get a list of all Archive Sources with the count and status of ingestion jobs.
get/v1/archive/jobs/count
Response
A list of Archive Sources with ingestion jobs.
Example response
{
"data": [
{
"sourceId": "000000000606C009",
"pending": 4,
"scanning": 1,
"ingesting": 2,
"failed": 5,
"succeeded": 20
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.