TimeSeries
List time series data sets
Returns all time series data for a prediction.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID.
GET
List time series data sets
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Previous
Upload time series CSVUpdates time series data via file upload. Replaces existing data with the uploaded file contents.
**Parameters:**
- `projectId` (path, required): The project ID.
- `predictionId` (path, required): The prediction ID.
- `file` (form, required): The CSV or data file to upload.
Next
List time series data sets