Tool to create and initiate a task run. Returns immediately with a run object in status 'queued'. Use when you need to execute tasks asynchronously with Parallel AI processors.
inputRequiredInput to the task, either text or a JSON object.
webhookobjectWebhook configuration for task run completion events.
metadataobjectUser-provided metadata stored with the run. Keys and values must be strings with a maximum length of 16 and 512 characters respectively.
processorRequiredstringProcessor to use for the task (e.g., 'lite', 'base', 'core', 'pro').
task_specobjectTask specification defining input and output schemas.
mcp_serversarrayOptional list of MCP servers to use for the run. To enable this feature, specify 'mcp-server-2025-07-17' in the 'parallel-beta' header.
enable_eventsbooleanControls tracking of task run execution progress. When set to true, progress events are recorded and can be accessed via the Task Run events endpoint. Note that progress tracking cannot be enabled after a run has been created. The flag is set to true by default for premium proce…
parallel_betastringBeta features to enable. Comma-separated list of beta feature flags (e.g., 'webhook-2025-08-12,events-sse-2025-07-24'). This will be sent as a header.
source_policyobjectSource policy governing preferred and disallowed domains in web search results.
previous_interaction_idstringInteraction ID to use as context for this request.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.