ActionFacebook Lead AdsUpdated September 2026

How do I list historical Facebook leads?

Short answer: You can list leads in Facebook Lead Ads by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Facebook Lead Ads List Leads action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

List Leads in Facebook Lead Ads — start free
Inputs

The fields this action accepts.

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

FieldTypeRequiredDescription
Form ID
formId
stringRequiredForm ID
Limit
limit
numberOptionalLimit
Sample request
{
"formId": "{{trigger.formId}}",
"limit": "{{trigger.limit}}"
}
Returns
{
"data": [
{
"id": "lead_789",
"field_data": [
{
"name": "email",
"values": [
"user@example.com"
]
}
],
"created_time": "2026-04-11T10:00:00Z"
}
],
"paging": {}
}

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

FAQ

Questions about List Leads.

What does the List Leads action do in Facebook Lead Ads?
Paginated leads for a specific form with optional time-range filter. Useful for 24h-lookback backfill workflows that catch any leads missed by webhook downtime.
What inputs does List Leads require?
Required: Form 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 Facebook Lead Ads returns an error?
The run history shows the failed step with its input and the error message Facebook Lead Ads 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 Leads support batch operations?
Run List Leads 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 Facebook Lead Ads's rate limits.
More actions

Other Facebook Lead Ads actions.

List Leads in Facebook Lead Ads — start free