action slicebox_get_metadata_series_id { label: "get_metadata_series_id" description: "Return the series with the supplied ID" provider: slicebox method: GET path: "/metadata/series/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }