Get information about a file group

GET
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

This endpoint returns an object.
idstringOptional
Group's unique ID.
datetime_createddatetimeOptional
ISO-8601 date and time when the group was created.
files_countdoubleOptional
Number of the files in the group.
cdn_urlstringOptional
Group's CDN URL.
urlstringOptional

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

fileslist of anyOptional
The list of files in the group. An array may contain null values if a file has been removed.
datetime_storeddatetimeOptionalDeprecated
ISO-8601 date and time when the group was marked as stored.

Errors