Skip to main content

POST /api/forward-residual/value

Get historical residual values.

Authorization

🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token

Request Body

The request body must be in application/json format. All fields are optional. An empty body {} returns all supported GPUs from the default history start through today.

Request Example

To request one specific date, set both dates to the same value:

Responses

Response consists of meta and data, where:
  • meta is the metadata regarding the request. code in meta indicates the error code of the request, with 0 indicating no error.
  • Dates are inclusive.
  • Values are four-decimal strings.
  • Missing dates or GPU keys mean no observation; they must not be treated as zero.