Get information about a file group

Returns a JSON object with information about a file group (when the group was created, number of the files in the group, etc).

Query parameters

pub_keystringRequired
Public key identifying an Uploadcare project your uploads will go to.
group_idstringRequired

Group’s unique ID. Group IDs look like UUID~N, where the ~N part reflects the number of the files in the group.

Response

File group information was retrieved successfully.
idstring
Group's unique ID.
datetime_createddatetime

ISO-8601 date and time when the group was created.

files_countinteger
Number of the files in the group.
cdn_urlstringformat: "uri"
Group's CDN URL.
urlstringformat: "uri"

Group’s API resource URL. See the REST API documentation for details.

fileslist of any or null
The list of files in the group. An array may contain null values if a file has been removed.
datetime_storeddatetime or nullDeprecated
Deprecated. This field will be removed in a future version of the Upload API.