Series Data
Endpoints for accessing and managing series data.
List series data artifacts
Lists series data artifacts with optional filtering and ordering.
Create a new series data artifact
Creates a new series data artifact with the provided metadata and file.
Get SeriesDataArtifact metadata
Retrieve metadata for a specific series data artifact. Alternatively, provide `folder` and `name` query parameters and use the sentinel value `_` for the ID in the URL to look up by name instead of ID. The content type will vary based on the file type.
Update series data artifact properties
Updates the properties of the series data artifact with the specified ID. Including new version data (start, stop, numStreams) will create a new version.
Download Specific Series Data Stream
Download data for a specific stream within a series artifact
Get SeriesDataArtifact Versions
A response in pagination-response format, listing all versions of the specified SeriesDataArtifact.