Skip to main content
GET
/
v2
/
agents
/
{agentId}
/
creations
Get Agent Creations
curl --request GET \
  --url https://api.eden.art/v2/agents/{agentId}/creations \
  --header 'X-Api-Key: <api-key>'
{
  "docs": [
    "<any>"
  ],
  "nextCursor": "<string>",
  "totalDocs": 123
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required

Query Parameters

limit
number
cursor
string

Response

Default Response

docs
any[]
required
totalDocs
number
required
nextCursor
string
I