Get a single asset's metadata
GET/program/api/v2/projects/:projectID/assets/:assetID
warning
This endpoint is available in private cloud only. Use your global host URL if self-hosted.
Returns the full asset row including type, properties, content
metadata, and most recent fetch status. The actual bytes are
served via GET /assets/{assetID}/file (302 redirect).
Request
Responses
- 200
- 403
- 404
- 500
Asset metadata
Forbidden — no project access
Asset not found
Internal Server Error