Run a Task
Triggers execution of a task by ID using the non-deprecated Tasks endpoints.
Authorizations
API key passed in the header
Path Parameters
The ID of the task to run
Body
Key-value pairs of input parameters for the task
Optional identity ID to use for the task
Optional session ID to run the task in
Whether to clean up sessions after execution (default: true)
When true (default), skip profile validation for active identities and reuse the saved
browser profile. Set to false to validate the profile and re-authenticate if it is no
longer signed in. Pending identities still authenticate on first use.
Wait for the task to complete before returning. Defaults to false.
Response
Task run started successfully

