Skip to main content

Fetch backfill

This endpoint is used to fetch a backfill given an identifier.

Path Parameters
    backfill_id string required
Responses

OK

Response Headers

    Schema
      id string required
      status BackfillStatus required

      Possible values: [pending, reflected, pending_revert, reverted]

      The status of the backfill.

      created_at date-time required
      timeframe_start date-time required
      timeframe_end date-time required
      events_ingested integer required

      The number of events ingested in this backfill.

      close_time date-time nullable required

      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.

      reverted_at date-time nullable required

      The time at which this backfill was reverted.

      customer_id string nullable required

      The Orb-generated ID of the customer to which this backfill is scoped. If null, this backfill is scoped to all customers.

      deprecation_filter string nullable

      A boolean computed property used to filter the set of events to deprecate

    Loading...