Documentation Index
Fetch the complete documentation index at: https://docs.parallel.ai/llms.txt
Use this file to discover all available pages before exploring further.
For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
Stop a running FindAll search when you have enough matches or need to control costs. Results found before cancellation are preserved.
.md to its URL or sending Accept: text/markdown.How Cancellation Works
Cancellation is a signal, not instant:- Active work units finish gracefully, no new work is scheduled
- Matches found so far are preserved and accessible
- You’re charged for work completed during cancellation
- After cancellation, the run transitions to
cancelledstatus (see Run Lifecycle)
Common Use Cases
- Control costs when a run takes longer than expected
- Stop after finding enough matches (monitor via webhooks or SSE)
- Iterate quickly with refined queries instead of waiting for completion
Related Topics
- Generators and Pricing: Understand generator options and pricing
- Preview: Test queries with ~10 candidates before running full searches
- Enrichments: Extract additional structured data for matched candidates
- Extend Runs: Increase match limits without paying new fixed costs
- Streaming Events: Receive real-time updates via Server-Sent Events
- Webhooks: Configure HTTP callbacks for run completion and matches
- API Reference: Complete endpoint documentation