list_expenses
list_expensesRetrieve expenses from Productive.io filtered by person, project, or date range. Supports pagination and result limits.
Instructions
List expenses in Productive.io. Filter by person, project, or date range. Use "me" for person_id if PRODUCTIVE_USER_ID is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | No | Filter by person ID. Use "me" to filter by the configured user. | |
| project_id | No | Filter by project ID | |
| after | No | Filter expenses after this date (YYYY-MM-DD) | |
| before | No | Filter expenses before this date (YYYY-MM-DD) | |
| limit | No | Number of results (1-200, default: 30) | |
| page | No | Page number for pagination |