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_key
Public key identifying an Uploadcare project your uploads will go to.
group_id
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.
id
Group's unique ID.
datetime_created
ISO-8601 date and time when the group was created.
files_count
Number of the files in the group.
cdn_url
Group's CDN URL.
url
Group’s API resource URL. See the REST API documentation for details.
files
The list of files in the group. An array may contain null values if a file has been removed.
datetime_storedDeprecated
Deprecated. This field will be removed in a future version of the Upload API.