GET
/
tasks
curl --request GET \
  --url http://localhost:3001/tasks/
[
  {
    "deprecated_at_epoch": 123,
    "is_deprecated": true,
    "minimum_reputation_score": 123,
    "model_name": "<string>",
    "role": 123,
    "security_level": 123,
    "task_id": "<string>",
    "task_small_id": 123,
    "valid_until_epoch": 123
  }
]

Response

200
application/json
List of all tasks
is_deprecated
boolean
required

Indicates whether the task is deprecated

role
integer
required

Role associated with the task (encoded as an integer)

security_level
integer
required

Security level of the task (encoded as an integer)

task_id
string
required

Unique string identifier for the task

task_small_id
integer
required

Unique small integer identifier for the task

deprecated_at_epoch
integer | null

Optional epoch timestamp when the task was deprecated

minimum_reputation_score
integer | null

Optional minimum reputation score required for the task

model_name
string | null

Optional name of the model used for the task

valid_until_epoch
integer | null

Optional epoch timestamp until which the task is valid