Run an SDK action

Execute a single SDK action with the specified parameters

Headers

x-api-keystring or nullOptional
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Request

This endpoint expects an object.
urlstringRequired
The URL where the action should be executed
actionobjectRequired
The action to execute with its specific parameters
browser_session_idstring or nullOptional
The browser session ID
browser_addressstring or nullOptional
The browser address
workflow_run_idstring or nullOptional
Optional workflow run ID to continue an existing workflow run

Response

Successful Response
workflow_run_idstring
The workflow run ID used for this action

Errors