# 100ms Website: https://dashboard.100ms.live/ API Reference: https://www.100ms.live/docs/server-side/v2/api-reference/Rooms/list-rooms ## Configuration | Input | Type | Description | Default Value | |-------|------|-------------|---------------| | `management_token` | `string` | Management Token. The management token used for authenticating API requests. You can find or generate this token in your 100ms dashboard under the API section. Refer to the documentation at https://www.100ms.live/docs/concepts/v2/concepts/security-and-tokens#management-token-for-rest-api for more details. | | | `start_date` | `string` | Start date. | | ## Streams | Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | |-------------|-------------|------------|---------------------|----------------------| | sessions | id | DefaultPaginator | ✅ | ❌ | | rooms | id | DefaultPaginator | ✅ | ✅ | | active_room_peers | uuid | DefaultPaginator | ✅ | ❌ | | templates | id | DefaultPaginator | ✅ | ✅ | | template_settings | uuid | DefaultPaginator | ✅ | ❌ | | templates_destinations | uuid | DefaultPaginator | ✅ | ❌ | | analytics_events | id | DefaultPaginator | ✅ | ❌ | | recordings | id | DefaultPaginator | ✅ | ✅ | ## Changelog
Expand to review | Version | Date | Pull Request | Subject | |------------------|-------------------|--------------|----------------| | 0.0.15 | 2025-11-25 | [69933](https://github.com/airbytehq/airbyte/pull/69933) | Update dependencies | | 0.0.14 | 2025-10-29 | [66243](https://github.com/airbytehq/airbyte/pull/66243) | Update dependencies | | 0.0.13 | 2025-08-09 | [64644](https://github.com/airbytehq/airbyte/pull/64644) | Update dependencies | | 0.0.12 | 2025-08-02 | [64422](https://github.com/airbytehq/airbyte/pull/64422) | Update dependencies | | 0.0.11 | 2025-07-19 | [63477](https://github.com/airbytehq/airbyte/pull/63477) | Update dependencies | | 0.0.10 | 2025-06-28 | [62147](https://github.com/airbytehq/airbyte/pull/62147) | Update dependencies | | 0.0.9 | 2025-06-21 | [61883](https://github.com/airbytehq/airbyte/pull/61883) | Update dependencies | | 0.0.8 | 2025-06-15 | [61446](https://github.com/airbytehq/airbyte/pull/61446) | Update dependencies | | 0.0.7 | 2025-05-24 | [60690](https://github.com/airbytehq/airbyte/pull/60690) | Update dependencies | | 0.0.6 | 2025-05-10 | [59825](https://github.com/airbytehq/airbyte/pull/59825) | Update dependencies | | 0.0.5 | 2025-05-03 | [59365](https://github.com/airbytehq/airbyte/pull/59365) | Update dependencies | | 0.0.4 | 2025-04-26 | [58690](https://github.com/airbytehq/airbyte/pull/58690) | Update dependencies | | 0.0.3 | 2025-04-19 | [58235](https://github.com/airbytehq/airbyte/pull/58235) | Update dependencies | | 0.0.2 | 2025-04-12 | [57656](https://github.com/airbytehq/airbyte/pull/57656) | Update dependencies | | 0.0.1 | 2025-04-08 | [57523](https://github.com/airbytehq/airbyte/pull/57523) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |