v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBarchiveManagement
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
}
]
}