---
title: "Get Series By ID"
method: GET
path: "/v1/series/id/{id}"
tags: ["Series"]
---

# Get Series By ID

`GET /v1/series/id/{id}`

Retrieve a specific series by its ID

## Path parameters

- `id` integer, required

## Response `200`

Series details

- GatewaySeriesV1GetSeriesByIDResponse — Response containing series details
  - `series` GatewaySeriesV1Series — Series information and configuration
    - `id` string — Unique series identifier
    - `slug` string, nullable — Series slug for URL
    - `title` string, nullable — Series title
    - `subtitle` string, nullable — Series subtitle
    - `recurrence` string, nullable — Series recurrence pattern
    - `image` string, nullable — Series image URL
    - `active` boolean, nullable — Whether series is active
    - `createdAt` string, nullable — Creation timestamp
    - `updatedAt` string, nullable — Last update timestamp

## Other responses

- `404` — Series not found
- `500` — Internal server error

---

[API](https://skmtc.net/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.net/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/revisions/150874842db1/schema)
