GET
/
v2
/
task

Authorizations

Authorization
string
headerrequired

Basic HTTP Authentication

Query Parameters

task_id
string
required

Scale's unique identifier for the task

Response

200 - application/json

Represents a single task

task_id
string
required

Unique identifier for the task

project
object
required

Project associated with the task

status
enum<string>
required

Current status of the task

Available options:
pending,
completed,
canceled
created_at
string
required

Timestamp when the task was created

batch
object

Batch associated with the task

completed_at
string

Timestamp when the task was completed

attempted_by
string[]

List of contributors who attempted the task

metadata
object

Task metadata defined during task creation

threads
object[]

Threads associated with the task