v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
esper_cloud_api_Content

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

get/v0/enterprise/{enterprise_id}/content/{content_id}/

Path parameters

content_idstring uuid required

A UUID string identifying a content instance.

enterprise_idstring required

A UUID string identifying enterprise.

Response

successful operation

idinteger required

Unique content Identifier

download_urlstring url

URL to download the content

namestring

Name of the content

keystring
is_dirboolean
kindstring nullable

The mime type of the content

hashstring

Hash string of the content

sizestring

Size of the content in bytes

pathstring

Path to the content

permissionsstring

The permssion string for the content

tagsstring[]

Tags for the content

descriptionstring nullable

Description for the content

createdstring date-time
modifiedstring date-time
enterprisestring url

URL of the enterprise resource