curl --location --request GET 'https://api.goapi.ai/api/v1/task/' \
--header 'X-API-Key;'{
"code": 200,
"data": {
"task_id": "49638cd2-4689-4f33-9336-164a8f6bef07",
"model": "Qubico/flux1-dev",
"task_type": "txt2img",
"status": "pending",
"input": {
"prompt": "a bear"
},
"output": null,
"meta": {
"account_id": 0,
"account_name": "Qubico_test_user",
"created_at": "2024-08-16T16:13:21.194049Z",
"started_at": "",
"completed_at": ""
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"message": ""
}
},
"message": "success"
}