get_custom_records
Retrieve paginated custom records for a specific parent resource using its ID. Use cursor and per_page parameters to control pagination.
Instructions
Get all custom records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_slug | Yes | ID of the parent resource | |
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) |