# GetSourceFile Endpoint: GET /v1/sessions/{sessionId}/source-files/{sourceFileId} Version: 1.0 Security: keycloakAuthTest, keycloakAuthLive ## Path parameters: - `sessionId` (string, required) - `sourceFileId` (string, required) ## Response 200 fields (application/json): - `sourceId` (string,null) Identifier of the source system or provider from which the file was obtained. - `type` (string,null) Type or category of the file (e.g., PDF, XML, CSV). - `name` (string,null) Name of the file, typically used for display or download purposes. - `sizeInBytes` (integer,null) Size of the file in bytes. - `id` (string) Unique identifier of the source file. ## 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