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