Tasks

Run Task by Name

Executes a task by its name, always using the latest version. This is a convenience endpoint for running tasks without needing to know the task ID.

post/v1/task/run/{taskName}

Path parameters

taskNamestring required
Example:web-scraper

The name of the task to run

Request body

inputsobject

Environment variables for task execution (keys must start with ANCHOR_)

Response

Task executed successfully

Changes