soundiiz_read_get_soundiiz_openapi_v1_merest_getmesyncs
Retrieve a paginated list of your syncs with control over offset and limit parameters.
Instructions
[Syncs] Retrieves a paginated list of syncs owned by the authenticated user. This endpoint supports pagination via offset and limit query parameters to control the number of items returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | The index of the first item to return. Default: 0 (the first item). Use with limit to get the next set of items. | |
| limit | No | The maximum number of items to return. Default: 50. Minimum: 1. Maximum: 100. |