Ingestion Activity REST API

TODO: add example response

The ingestion activity REST API endpoint provides data about recent ingestions.

GET /api/activity/ingestion

Summary of ingestion activity.

Example request:

GET /api/activity/ingestion HTTP/1.1
Host: example.com
Accept: application/json, text/javascript

Example response:

  HTTP/1.1 200 OK
  Content-Type: text/javascript

{
}
Status Codes:

Back to API documentation index