Get Object Schemas
get_object_schemasRetrieve account-level object schemas by IDs or names to define board structure. Filter specific schemas or list all with pagination.
Instructions
Retrieve account-level object schemas by their IDs or names. Schemas define the structure and columns of boards. Provide ids or names to filter specific schemas. Omit both to list all schemas (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | List of object schema IDs to retrieve. Mutually exclusive with names. | |
| names | No | List of object schema names to retrieve. Mutually exclusive with ids. | |
| limit | No | Number of results per page. Default 25, max 100. | |
| page | No | 1-indexed page number. Default 1. | |
| excludeCreatedByMonday | No | If true, returns only user-created schemas and excludes default monday.com schemas. |