A Task represents an individual unit of work done by a contributor.
The work to be done is defined in the Task parameters. For example, a single Task might ask a contributor to have a conversation with a chat model and label all of the responses from the model. These labels are called Annotations. Scale API offers following endpoints to download tasks:Documentation Index
Fetch the complete documentation index at: https://docs.genai.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a single task by identifiers
List all tasks by search parameters
Download tasks in a delivery
Unique identifier for the task.
"task_abc123"
Current status of the task.
pending, completed, canceled, error UTC timestamp when the task was created.
UTC timestamp when the task was completed.
Custom metadata for the entity.
Threads associated with the task. Tasks that do not have a status of completed will have an empty threads array.
Errors associated with the task. Available when the task status is error
Reports of sensitive content within the task. Available when the task status is completed. threads will not exist when the task is reported.