GETPro+
/api/v1/models/{model_id}/assets

List Assets

List all assets (file attachments) in a model. Returns metadata only — file binaries are fetched separately via Download Asset. Useful for browsing what's attached to a model.

AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+

Parameter

NameTypPflichtfeldStandardBeschreibung
model_idString (UUID)[List Assets] UUID of the model. Path parameter.

Beispielantwort

{"assets": [{"id": "uuid", "label": "Architecture Diagram", "description": null, "filename": "architecture.png", "content_type": null, "size_bytes": 184320, "tags": [], "created_at": "2026-05-16T12:34:56Z", "updated_at": "2026-05-16T12:34:56Z"}], "total_count": 1}