ActionHarvestUpdated September 2026
What Harvest projects exist?
Short answer: You can list harvest projects in Harvest by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Harvest List Harvest Projects action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Active Only is_active | boolean | Optional | Active Only |
Sample request
{"is_active": "{{trigger.is_active}}"}
Returns
{"projects": [{"id": 100,"code": "PRJ-001","name": "My Project","budget": 10000,"is_active": true,"over_budget_notification_percentage": 80}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Harvest Projects.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Harvest Projects.
What does the List Harvest Projects action do in Harvest?
Returns paginated projects with client, budget, hourly rates. Useful for resolving project IDs at workflow setup and for "project profitability rollup" reporting workflows.
What inputs does List Harvest Projects require?
List Harvest Projects has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Harvest returns an error?
The run history shows the failed step with its input and the error message Harvest returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does List Harvest Projects support batch operations?
Run List Harvest Projects inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Harvest's rate limits.
More actions
Other Harvest actions.
Action
Create Harvest Time Entry
Posts a time entry with project, task, hours, billable flag, notes. For "calendar meeting → auto-log time to client project" workflows that keep timesheets complete without manual entry.
ActionList Harvest Time Entries
Paginated time entries with filters by user, project, date range, billable. For "weekly billable-hours rollup per client" invoicing-prep workflows.