tempo_get_account_categories
Retrieve all account categories, or filter by ID to get a specific category, for timesheet accounting and reporting.
Instructions
Retrieve all Tempo account categories, or a single category when id is given. This endpoint is not paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Return only the category with this id (empty list if it does not exist) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tempo's payload untouched. No field projection: this server has no verified record of which Tempo fields matter, and inventing one would risk dropping a field a caller needs. |