---
title: "Get meeting recording information"
method: GET
path: "/collection/{collection_id}/meeting/{bot_id}"
tags: ["Meeting"]
---

# Get meeting recording information

`GET /collection/{collection_id}/meeting/{bot_id}`

## Path parameters

- `collection_id` string, required
- `bot_id` string, required

## Response `200`

Meeting information

- object
  - `success` boolean
  - `data` object
    - `bot_id` string
    - `status` string
    - `video_url` string

## Other responses

- `400` — Invalid meeting ID

## Changes

- **2026-02-12** `fd78812f318f` — 1 info
  - endpoint added
- **2026-01-23** `7d19a3906d5b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/video-db/apis/videodb-server-api/changes/collection/:collection_id/meeting/:bot_id/get.md)

---

[API](https://skmtc.dev/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.dev/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc.dev/video-db/apis/videodb-server-api/revisions/21b1d1d3eae8?raw)
