Jump to
Execute routine POST
/routines/{routine_id}/executeExecute a web automation routine with the provided parameters. Execution is synchronous and returns results after completion.
Request
URL
POST /routines/{routine_id}/executeRequest body example
Body fields
parameters(required): Dictionary of parameter name-value pairs. Must match routine's parameter definitions.timeout_seconds(optional): Maximum execution time in seconds. Default: 60, Min: 1, Max: 300
Response
Success response (201) example
Error Responses
- 400 Bad Request: Invalid parameters or request format
- 403 Forbidden: You don't have permission to execute this routine
- 404 Not Found: Routine not found
- 500 Internal Server Error: Execution failed