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
}
]
Retrieves all tasks from the state manager.
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
}
]
List of all tasks
The response is of type object[]
.