Skip to content
ActionNetlifyUpdated May 2026

How do I list Netlify deploys?

Short answer: Drop the "NetlifyList Netlify Deploys" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Site ID
siteId
stringRequiredSite ID
Sample request
{
"siteId": "{{trigger.siteId}}"
}
Returns
[
{
"id": "deploy123",
"state": "ready",
"branch": "main",
"commit_ref": "abc123",
"created_at": "2026-04-11T10:00:00Z",
"deploy_url": "https://deploy-preview-42--my-site.netlify.app",
"deploy_time": 45
}
]

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for List Netlify Deploys.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about List Netlify Deploys.

What does the List Netlify Deploys action do in Netlify?
Paginated deploy history for a specific site with status filter. For deploy-history reporting and for "find last green deploy for rollback" workflows.
What inputs does List Netlify Deploys require?
Required: Site ID. Every input accepts a static value or a variable from any upstream node in your workflow.
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 Netlify returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Netlify Deploys support batch operations?
Yes. Run List Netlify Deploys inside a Loop node to process arrays. Tiny Command handles Netlify's rate limits automatically so you don't have to throttle manually.
More actions

Other Netlify actions.

Send list netlify deploys from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.