Execute a task that has already been created.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
ID of the task to execute.
Arguments to pass to the task. Optional if the task does not require any arguments.
Mapping of secret slot names to secret UUIDs. Each slot defined in the task's required_secrets must be mapped to a user-owned secret.
Successful response
Unique identifier for the object.
ID of the task executed in this run.
Arguments in this run for the task's input parameters.
Whether the run was successful.
Execution result of the run. In JSON, matching the task's output schema.
Timestamp when the object was created.
Timestamp when the object was last updated.
Secrets to use for this run. This dict must be a mapping of secret slot names to secret UUIDs.