Docs

Get Folder

GET /drives/{eventId}/folders/{folderId}

GET/drives/{eventId}/folders/{folderId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Returns the details of a specific folder, including its associations and public links. Use Get Drive to browse the folder's contents.

Path Parameters

FieldTypeRequiredDescription
driveIdGuidRequiredThe event ID.
folderIdGuidRequiredThe folder ID.

Response Fields

FieldTypeDescription
idGuidThe folder's unique ID.
partitionKeyGuidThe partition this folder belongs to.
namestringDisplay name.
descriptionstringOptional description.
pathstringParent path of the folder.
fullPathstringFull path including the folder's own ID.
associatedUsersarrayUsers with direct access. Each has `id`, `entityId`, `name`, and `permissions`.
associatedCollaboratorsarrayCollaborators with access. Same structure.
associatedAreasarrayAreas with access. Same structure.
linksarrayPublic links on this folder. Each has `id`, `name`, and `permissions`.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token.
NOT_FOUND404Folder not found.