cigchat_media_library
Retrieve member-uploaded media files from the workspace library. Filter by media type, uploader, or page to locate specific images, audio, video, or files.
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. When the value is 0, it will return media uploaded from bot or bot users |