Event
Fetch backfill
This endpoint is used to fetch a backfill given an identifier.
GET
Authorizations
API Keys can be issued in the Orb's web application.
Path Parameters
Response
200 - application/json
A backfill represents an update to historical usage data, adding or replacing events in a timeframe.
If in the future, the time at which the backfill will automatically close. If in the past, the time at which the backfill was closed.
The Orb-generated ID of the customer to which this backfill is scoped. If null
, this backfill is scoped to all customers.
The number of events ingested in this backfill.
The time at which this backfill was reverted.
The status of the backfill.
Available options:
pending
, reflected
, pending_revert
, reverted
A boolean computed property used to filter the set of events to deprecate
Was this page helpful?