FindAll
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/{findall_id}/result endpoint. You can track the progress of the run by:
- Polling the status using the GET /v1beta/findall/runs/{findall_id} endpoint,
- Subscribing to real-time updates via the /v1beta/findall/runs/{findall_id}/events endpoint,
- Or specifying a webhook with relevant event types during run creation to receive notifications.
post/v1beta/findall/runs
Headers
parallel-betastring nullable
Request body
Example request
{
"match_conditions": [
{
"description": "Company must have SOC2 Type II certification (not Type I). Look for evidence in: trust centers, security/compliance pages, audit reports, or press releases specifically mentioning 'SOC2 Type II'. If no explicit SOC2 Type II mention is found, consider requirement not satisfied."
}
]
}Response
Successful Response