Get content information
Returns metadata for a single content item in the enterprise's Content Management library, identified by its content_id. The response includes the same fields as the list endpoint — filename, MIME type, size, tags, description, path, and ownership — but scoped to a single file. Does not return the file's binary content.
Common Use Cases
Verifying a specific file's metadata (type, size, tags, path) before referencing it in a device push operation Confirming a file exists and retrieving its details after upload Checking ownership or modification timestamps for auditing purposes
Best Practices
Use GET /v0/enterprise/{enterprise_id}/content/ with the search parameter to find a content_id if you don't already have it — this endpoint requires knowing the ID in advance This endpoint returns metadata only
Path parameters
A UUID string identifying a content instance.
A UUID string identifying enterprise.
Response
successful operation