GETPro+
/api/v1/models/{model_id}/assetsList 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.
AuthenticationBearer mpt_... or OAuth JWT
Plan RequirementPro+
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
model_id | String (UUID) | ✓ | [List Assets] UUID of the model. Path parameter. |
Example Response
{"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}