get_user_profile_audios
Retrieve audios added to a user's profile by providing their user ID. Supports pagination and limit controls for efficient access.
Instructions
Get audios added to a user's profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of audios (1-100) | |
| offset | No | Offset for pagination | |
| user_id | Yes | User ID |