Types:
from parallel.types.beta import (
ExcerptSettings,
ExtractResponse,
ExtractResult,
SearchResult,
WebSearchResult,
ExtractError,
FetchPolicy,
FullContentSettings,
UsageItem,
)Methods:
client.beta.extract(**params) -> ExtractResponseclient.beta.search(**params) -> SearchResult
Types:
from parallel.types.beta import (
BetaRunInput,
BetaTaskRunResult,
ErrorEvent,
McpServer,
McpToolCall,
ParallelBeta,
TaskRunEvent,
Webhook,
TaskRunEventsResponse,
)Methods:
client.beta.task_run.create(**params) -> TaskRunclient.beta.task_run.events(run_id) -> TaskRunEventsResponseclient.beta.task_run.result(run_id, **params) -> BetaTaskRunResult
Types:
from parallel.types.beta import (
TaskGroupEventsResponse,
TaskGroupGetRunsResponse,
TaskGroupStatus,
TaskGroupStatusEvent,
TaskGroupRunResponse,
)Methods:
client.beta.task_group.create(**params) -> TaskGroupclient.beta.task_group.retrieve(task_group_id) -> TaskGroupclient.beta.task_group.add_runs(task_group_id, **params) -> TaskGroupRunResponseclient.beta.task_group.events(task_group_id, **params) -> TaskGroupEventsResponseclient.beta.task_group.get_runs(task_group_id, **params) -> TaskGroupGetRunsResponse
Types:
from parallel.types.beta import (
FindAllCandidate,
FindAllCandidateMatchStatusEvent,
FindAllCandidateMetrics,
FindAllCandidatesRequest,
FindAllCandidatesResponse,
FindAllEnrichInput,
FindAllExtendInput,
FindAllRun,
FindAllRunInput,
FindAllRunResult,
FindAllRunStatus,
FindAllRunStatusEvent,
FindAllSchema,
FindAllSchemaUpdatedEvent,
IngestInput,
MatchCondition,
FindAllEventsResponse,
)Methods:
client.beta.findall.create(**params) -> FindAllRunclient.beta.findall.retrieve(findall_id) -> FindAllRunclient.beta.findall.cancel(findall_id) -> Noneclient.beta.findall.candidates(**params) -> FindAllCandidatesResponseclient.beta.findall.enrich(findall_id, **params) -> FindAllSchemaclient.beta.findall.events(findall_id, **params) -> FindAllEventsResponseclient.beta.findall.extend(findall_id, **params) -> FindAllSchemaclient.beta.findall.ingest(**params) -> FindAllSchemaclient.beta.findall.result(findall_id) -> FindAllRunResultclient.beta.findall.schema(findall_id) -> FindAllSchema