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.
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 In: header
Query Parameters
50Header Parameters
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 } ]}Introduction
Assets endpoints of the Ellipsis REST API.
Create Asset
Persist a file to the platform. v1: PNG images only, base64 in the JSON body, 10 MiB cap. The primary caller is the in-sandbox `agent asset upload` CLI (an agent persisting a screenshot to link on a PR), but all credential types work. Returns the org-membership-gated dashboard URL so callers never hard-code URL shapes.