/v1/tasks/get_list_by_folder, not just the newly created tasks.curl --location 'https://api.pibox.com/v1/tasks/create_list' \
--header 'Content-Type: application/json' \
--data '{
"file_id": 620908,
"tasks": [
{
"title": "Mix intro",
"due_date": "2026-08-01T12:00:00Z",
"assignee_id": 40641
},
{
"title": "Master outro"
}
]
}'{
"data": [
{
"date_created": "2026-02-11T12:53:30Z",
"file_id": 620908,
"files": [],
"id": 82600,
"items": [],
"object": "task",
"status": "open",
"title": "Mix intro"
}
],
"object": "list"
}