list_notes
Retrieve all notes associated with a company, filtered by slug or ID, with sorting and pagination.
Instructions
List all notes associated with a specific company.
Args: company_slug: Filter by company slug company_id: Filter by company ID sort_by: Sort notes by specific field page: Page number for pagination (default: 1) per_page: Results per page (default: 100, max: 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_slug | No | ||
| company_id | No | ||
| sort_by | No | ||
| page | No | ||
| per_page | No |