Get a file transfer representation
get/files/{fileId}
Retrieves a transfer representation of a file resource by specifying a fileId.
1{2 "version": 2,3 "summary": {4 "id": "7d6a8d8d-2fd1-4f66-b2cd-2bf90a0f71f1",5 "name": "simpleText.txt",6 "description": "Test Transfer Description",7 "createdBy": "sasdemo",8 "creationTimeStamp": "2026-07-01T09:12:31.000Z",9 "modifiedBy": "sasdemo",10 "modifiedTimeStamp": "2026-07-01T09:12:31.000Z"11 },12 "content": "eyJmaWxlUmVzb3VyY2UiOnsiaWQiOiI3ZDZhOGQ4ZC0yZmQxLTRmNjYtYjJjZC0yYmY5MGEwZjcxZjEiLCJuYW1lIjoic2ltcGxlVGV4dC50eHQifSwiY29udGVudCI6IlNHVnNiRzhnVjI5eWJHUWgifQ==",13 "connectors": [14 {15 "version": 2,16 "uri": "/test/parent/123",17 "name": "simpleText.txt",18 "contentType": "text/plain",19 "type": "parent",20 "forceMapping": false21 }22 ]23}