# Get all attachments Returns all attachments Endpoint: GET /v1/sessions/{sessionId}/attachments Version: 1.0 Security: keycloakAuthTest, keycloakAuthLive ## Path parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `attachments` (array,null) List of attachment items included in the response. - `attachments.id` (string, required) Unique identifier of the attachment. - `attachments.sourceId` (string,null, required) Identifier of the source record this attachment belongs to. - `attachments.attachmentType` (string, required) Specifies the type of attachment. Enum: "UNKNOWN", "MANDATE", "ADDRESS_PROOF", "IDENTIFICATION_NUMBER_PROOF", "ORIGINAL_CREDIT_REPORT" - `attachments.mimeType` (string,null, required) MIME type of the attachment file (e.g., application/pdf). - `attachments.fileName` (string,null, required) Name of the attachment file. - `attachments.fileSizeBytes` (integer, required) Size of the attachment file in bytes. - `attachments.addedOnUtc` (string, required) UTC timestamp when the attachment was added. - `attachments.countryCode` (string,null) ISO 3166-1 alpha-3 country code ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object,null) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields