This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true to the request query parameters.
Retrieve raw time-series data for a single series as a streamed binary response in Apache Parquet format.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:models-read.
stringThe Resource Identifier (RID) of a Model.
stringThe Resource Identifier (RID) of an Experiment.
stringThe name of a series (metrics tracked over time).
1
2
3
curl \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/models/ri.models.main.model.f351c142-0e4c-4b12-adc2-6e1539737ae9/experiments/ri.models.main.experiment.abc123/series/loss/parquet?preview=true"| Error Name | ||
|---|---|---|
Experiment | Error Code | NOT_FOUND |
| Status Code | 404 | |
| Description | The requested series was not found in the experiment. | |
| Parameters | modelRid, experimentRid, seriesName | |
Model | Error Code | NOT_FOUND |
| Status Code | 404 | |
| Description | The requested experiment was not found or the user lacks permission to access it. | |
| Parameters | modelRid, experimentRid | |
Parquet | Error Code | PERMISSION_DENIED |
| Status Code | 403 | |
| Description | Could not parquet the ExperimentSeries. | |
| Parameters | experimentSeriesName, experimentRid, modelRid | |
See Errors for a general overview of errors in the platform.