Retrieve a task template by its ID.
Returns the complete task configuration including prompt, model, provider, webhook, and other settings. Only accessible by the user who owns the task.
Successful Response
Represents a Task
The ID of the task
The name of the task
The task to be performed by the agent
3The model to use for the task. Defaults to 'gpt-4.1'.
The provider to use for the task. Defaults to 'openai'.
The webhook URL to send the result to
Whether to return the result as text or JSON
The JSON schema for the task result
The id of associated auth context
The initial URL to navigate to before executing the task
The timeout for the task in seconds