List all tasks that have been created.
For tasks that are still being generated, input_schema and output_schema may be null. They are guaranteed to be present once the task reaches the ready state.
Enter your API key as the bearer token. Set header: Authorization to Bearer <api_key>
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.
Parameters set during the creation of this task.
Timestamp when the object was created.
Timestamp when the object was last updated.
List of secrets that must be provided when running this task.
Failure information if the task failed, including user-friendly explanation and suggestions