Create a cost forecast for a subscription
Create a cost forecast for a subscription, taking into account data already processed for the subscription.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a subscription.
Response
OK
An estimate of the "cost" of servicing a set of subscription constraints.
Cost has two components:
- The number of rows which must be read in order to find data which matches the subscription constraints.
- An estimate of the "size" of those rows in bytes.
Note: the number of rows reported in the cost is not an estimate of the number of rows which will be purchased as part of a subscription using the given constraints.
Unique identifier for the company to which the cost forecast belongs.
ISO-8601 timestamp indicating when the cost forecast was created
The set of constraints to which the cost forecast applies.
- Option 1
- Option 2
Unique identifier for the cost forecast. Empty if no cost forecast was created due to the subscriptions constraints resulting in no matches.
Unique identifier of the subscription for which the cost forecast was created. Empty if the cost forecast is not associated with a subscription.

