Group info

GET

Get a file group by its ID.

Groups are identified in a way similar to individual files. A group ID consists of a UUID followed by a “~” (tilde) character and a group size: integer number of the files in the group.

Path parameters

uuidstringRequired
Group UUID.

Headers

Accept"application/vnd.uploadcare-v0.7+json"Optional
Version header.

Response

This endpoint returns an object.
cdn_urlstringOptional
Group's CDN URL.
datetime_createddatetimeOptional
ISO-8601 date and time when the group was created.
fileslist of anyOptional
The list of files in the group. An array may contain null values if a file has been removed.
files_countintegerOptional
Number of the files in the group.
idstringOptional
Group's identifier.
urlstringOptional
Group's API resource URL.

Errors