GETPro+
/api/v1/models/{model_id}/assets/{asset_id}Get Asset Metadata
Fetch metadata for a single asset (label, description, filename, content type, size, tags, timestamps). Does not return the file binary — use Download Asset for that.
AuthentifizierungBearer mpt_... or OAuth JWT
Plan-AnforderungPro+
Parameter
| Name | Typ | Pflichtfeld | Standard | Beschreibung |
|---|---|---|---|---|
model_id | String (UUID) | ✓ | [Get Asset Metadata] UUID of the model. Path parameter. | |
asset_id | String (UUID) | ✓ | [Get Asset Metadata] UUID of the asset. Path parameter. |
Beispielantwort
{"id": "uuid", "label": "Architecture Diagram", "description": "v2 high-level architecture", "filename": "architecture.png", "content_type": "image/png", "size_bytes": 184320, "tags": ["design"], "created_at": "2026-05-16T12:34:56Z", "updated_at": "2026-05-16T12:34:56Z"}