Ellipsis APIReferenceAssets

List Assets

List the customer's assets, newest first. Metadata only — download URLs are minted per explicit GET, not per row. agent_session_id scopes the list to one run's uploads.

GET
/v1/assets

List the customer's assets, newest first.

Metadata only — download URLs are minted per explicit GET, not per row. agent_session_id scopes the list to one run's uploads.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Query Parameters

agent_session_id?string|null
limit?Limit
Default50

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/assets"
{  "assets": [    {      "agent_session_id": "string",      "content_type": "string",      "created_at": "2019-08-24T14:15:22Z",      "filename": "string",      "id": "string",      "size_bytes": 0    }  ]}