Retrieve Ingestion Overview Dara
Retrieves ingestion counts broken down by source and collection across three time windows.
Changelog
Added a new endpoint for retrieving the ingestion data in License Management.
{
"endpoints": {
"path": "ingestion/analytics/ingestion-overview/data/",
"method": ""
},
"request": {
"query": [],
"body": [],
"header": [],
"path": [],
"contentType": "application/json",
"graphqlQuery": "",
"codeExamples": [],
"_id": "6a18428871125041eb800f10"
},
"responses": [
{
"statusCode": 200,
"description": "",
"contentType": "application/json",
"body": [
{
"name": "rows",
"description": "Returns the list of source-collection ingestion records.",
"isRequired": false,
"value": "",
"valueType": "array",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": [
{
"name": "0",
"description": "",
"isRequired": false,
"value": "",
"valueType": "object",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": [
{
"name": "source_id",
"description": "Returns the unique ID of the source.",
"isRequired": false,
"value": "c2ca3df4-05f2-481b-b0d0-23000fc24218",
"valueType": "string",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "collection_id",
"description": "Returns the unique ID of the collection.",
"isRequired": false,
"value": "0ba7a9b7-dda7-46f0-a7c3-0ff1e272f52a",
"valueType": "string",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "source_name",
"description": "Returns the name of the source.",
"isRequired": false,
"value": "research.checkpoint",
"valueType": "string",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "collection_name",
"description": "Returns the name of the collection.",
"isRequired": false,
"value": "research.checkpoint",
"valueType": "string",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "collection_title",
"description": "Returns the display title of the collection. Returns null if not set.",
"isRequired": false,
"value": "research.checkpoint",
"valueType": "string",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "label",
"description": "Returns the combined source and collection label in the format source_name / collection_name.",
"isRequired": false,
"value": "research.checkpoint / research.checkpoint",
"valueType": "string",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "count_24h",
"description": "Returns the number of objects ingested in the last 24 hours.",
"isRequired": false,
"value": 0,
"valueType": "number",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "count_24_48h",
"description": "Returns the number of objects ingested between 24 and 48 hours ago.",
"isRequired": false,
"value": 0,
"valueType": "number",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
},
{
"name": "count_48h_7d",
"description": "\n\n\n\n\n\nReturns the number of objects ingested between 48 hours and 7 days ago.",
"isRequired": false,
"value": 81,
"valueType": "number",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
}
]
}
]
},
{
"name": "refreshed_at",
"description": "Returns the Unix timestamp of when the ingestion data was last computed.",
"isRequired": false,
"value": 1779789116,
"valueType": "number",
"options": {
"xml": {
"prefix": null
},
"schemaNames": []
},
"complexItems": [],
"items": []
}
]
}
],
"showBaseUrl": false,
"showLanguageBox": false,
"showRequestDescription": true,
"showResponseDescription": true,
"errorCodes": [],
"statusCodes": [],
"dataExample": [],
"endpointSummary": []
}