Get Metadata
Retrieves all metadata of a specific file. This endpoint is subject to audit.
Authorizations
Path parameters
fileIdstringRequiredExample:
The unique ID of the file.
internal_file_id_1Query parameters
typeanyRequired
Mandatory query parameter to specify the file type. For Content Export files, use 'ContentExport'.
Responses
200
File metadata retrieved successfully.
application/json
Responseany
401
Unauthorized - Authentication failed.
application/json
403
Forbidden - Invalid entitlements.
application/json
404
Not Found - File not found.
application/json
500
Internal Server Error.
application/json
get
/{fileId}/metadataLast updated
Was this helpful?