Parallel API
Parallel API
Tool
parallel_create_findall_run
Starts a FindAll run.This endpoint immediately returns a FindAll run object with status set to ‘queued’.You can get the run result snapshot using the GET /v1beta/findall/runs//result endpoint.You can track the progress of the run by:Polling the status using the GET /v1beta/findall/runs/ endpoint,Subscribing to real-time updates via the /v1beta/findall/runs//eventsendpoint,Or specifying a webhook with relevant event types during run creation to receivenotifications.
Pricing
Per call
$0.02
Model
flat
Pay only for what you use. No subscriptions.
Inputs
metadata
stringentity_type *
stringmatch_limit *
integerwebhook
stringmatch_conditions *
stringgenerator *
stringexclude_list
stringobjective *
stringTry It
API
MCP Config
Input Parameters
Metadata for the FindAll run.
Type of the entity for the FindAll run.
Maximum number of matches to find for this FindAll run. Must be between 5 and 1000 (inclusive).
Webhook for the FindAll run.
List of match conditions for the FindAll run.
Generator for the FindAll run. One of base, core, pro, preview.
List of entity names/IDs to exclude from results.
Input model for FindAll run.

