Skip to main content
GET
/
api
/
ingest
/
stats
Get Ingest Stats
curl --request GET \
  --url https://api.example.com/api/ingest/stats
{
  "acceptance_rate": 123,
  "total_accepted": 123,
  "total_chunks": 123,
  "total_processed": 123,
  "total_rejected": 123
}

Response

200 - application/json

Successful Response

Aggregate ingestion statistics.

acceptance_rate
number
required
total_accepted
integer
required
total_chunks
integer
required
total_processed
integer
required
total_rejected
integer
required