---
title: "Get capture session with RTSP URLs"
method: GET
path: "/capture/session/{streaming_session_id}"
tags: ["Capture"]
---

# Get capture session with RTSP URLs

`GET /capture/session/{streaming_session_id}`

## Path parameters

- `streaming_session_id` string, required

## Response `200`

Session details with RTSP URLs

- object
  - `success` boolean
  - `data` object
    - `session_id` string
    - `status` string
    - `channels` object[]
      - `channel_id` string
      - `rtsp_url` string

## Other responses

- `404` — Session not found

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/versions/21b1d1d3eae8/schema)
