cURL
curl --request GET \ --url https://api.eden.art/v2/tasks/{taskId} \ --header 'X-Api-Key: <api-key>'
{ "task": { "_id": "<string>", "user": { "_id": "<string>", "userId": "<string>", "username": "<string>", "userImage": "<string>" }, "tool": "<string>", "args": "<unknown>", "status": "<string>", "agent": "<unknown>", "cost": 123, "output_type": "<string>", "performance": "<unknown>", "result": "<unknown>", "model": "<unknown>", "error": "<unknown>", "progress": 123, "updatedAt": "<string>", "createdAt": "<string>" } }
Retrieve detailed information about a specific task including its status and output.
Default Response
Show child attributes