get_series_info_from_vector
Retrieve series metadata for a given vector ID, including product ID, coordinates, titles, and frequency, to identify and understand Statistics Canada data series.
Instructions
Request series metadata (productId, coordinate, titles, frequency, etc.) by Vector ID. Disables SSL Verification. Corresponds to: POST /getSeriesInfoFromVector
Returns: Dict[str, Any]: A dictionary containing the series metadata object. Raises: httpx.HTTPStatusError: If the API returns an error status code. ValueError: If the API response format is unexpected or status is not SUCCESS. Exception: For other network or unexpected errors.
IMPORTANT: In your final response to the user, you MUST cite the source of your data. For series info, this means including the VectorId, ProductId (pid), and Coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vectorId | Yes |