cURL
curl --request GET \ --url https://api.eden.art/v2/tasks \ --header 'X-Api-Key: <api-key>'
{ "docs": [ { "_id": "<string>", "user": { "_id": "<string>", "userId": "<string>", "username": "<string>", "userImage": "<string>" }, "agent": "<any>", "tool": "<string>", "cost": 123, "output_type": "<string>", "args": "<any>", "status": "<string>", "performance": "<any>", "result": "<any>", "model": "<any>", "error": "<any>", "progress": 123, "updatedAt": "<string>", "createdAt": "<string>" } ], "total": 123, "limit": 123, "pages": 123, "page": 123, "pagingCounter": 123, "hasPrevPage": true, "hasNextPage": true, "prevPage": 123, "nextPage": 123 }
Retrieve a paginated list of tasks for the authenticated user with optional filtering by status, type, or tool.
Default Response
Show child attributes