Predictions
Get prediction overview
Returns a summary overview of a prediction by project and prediction ID.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID.
GET
Get prediction overview
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Response
Prediction overview
ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.
ISO-8601 datetime as returned by the PlantPredict API. May or may not include a timezone offset; treat as server-local when no offset is present.
Previous
Run a predictionQueues a prediction to run. Validates weather data and queue status before queuing. Export options can be customized.
**Parameters:**
- `projectId` (path, required): The project ID.
- `predictionId` (path, required): The prediction ID to run.
- `expOptions` (body, optional): ExportOptions to customize export behavior. If omitted, stored options are used.
Next
Get prediction overview