cURL
curl --request GET \ --url https://api.eden.art/v2/agents/{agentId}/creations \ --header 'X-Api-Key: <api-key>'
{ "docs": [ "<any>" ], "nextCursor": "<string>", "totalDocs": 123 }
Retrieve a list of the agent’s creations, including both the user’s own creations and public creations by others.
Default Response