cigchat_media_library
Retrieve media files uploaded by workspace members, filterable by type, user, and pagination. Use to access images, audio, videos, and documents from the media library.
Instructions
Get member-uploaded media [GET /media-library] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, between 1 and 100 | |
| type | No | Media type. image, audio, video, file. When omitted, all media types are returned. | |
| limit | No | Number of items in the response | |
| user_id | No | Workspace member ID. When omitted, media uploaded by any member is returned. |