Regenerate the API code for a task that has already completed successfully.
Creates a new generation attempt using existing HAR data. The previous generation is kept as history.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
The ID of the task to regenerate.
Successful response
Unique identifier for the object.
Current state of the task, in particular whether it is ready to use.
not_ready, waiting_for_manual_completion, ready, failed Short title shown in the dashboard. Informational only.
Detailed explanation of the task to be performed.
The website to perform the task on.
1 - 2083Task input schema as a JSON schema string. May be null while the task is not ready (e.g. schema generation in progress). Guaranteed non-null when current_state is ready.
Task output schema as a JSON schema string. May be null while the task is not ready (e.g. schema generation in progress). Guaranteed non-null when current_state is ready.
Whether schemas were configured to auto-generate during task creation, if available.
Timestamp when the object was created.
Timestamp when the object was last updated.
List of secrets that must be provided when running this task.
List of secrets provided during task creation.
Mapping of required secret slot names to secret UUIDs bound during task creation.
Failure information if the task failed, including user-friendly explanation and suggestions