# Get profile file report by executionId Get profile file results by executionId Endpoint: GET /profile-results-file/{executionId} Version: 5.1.41 Security: api_key ## Path parameters: - `executionId` (integer, required) The ID of the execution ## Query parameters: - `sort_by` (string) Sort by field. Enum: "algorithmName", "domainName", "fieldName", "fileName" - `sort_dir` (string) Sort direction. Enum: "asc", "desc" - `page_number` (integer) The page number for which to get algorithms. This will default to the first page if excluded - `page_size` (integer) The maximum number of objects to return. This will default to the DefaultApiPageSize setting property if not provided ## Response 200 fields (application/json): - `_pageInfo` (object) - `_pageInfo.numberOnPage` (integer) The number of items on this page. This should always match the page size unless it is the last page. - `_pageInfo.total` (integer) The total number of items - `responseList` (array) Example: [{"fieldMetadataId":1,"fieldName":"Field","fileName":"File","domainName":"FirstName","algorithmName":"FirstNameAlgorithm","confidence":100,"isProfilerWritable":true}] - `responseList.fieldMetadataId` (integer) The ID number of the field metadata. This field is auto-generated by the Masking Engine. Example: 1 - `responseList.fieldName` (string) The name of the file field. Example: "Field" - `responseList.fileName` (string) The name of the file. Example: "File" - `responseList.domainName` (string) The name of the domain assigned to the field. Example: "FirstName" - `responseList.algorithmName` (string) The name of the algorithm assigned to the field. Example: "FirstNameAlgorithm" - `responseList.confidence` (integer) The confidence level. Example: 100 - `responseList.isProfilerWritable` (boolean) This field indicates whether or not the file-field's (e.g. algorithm or domain assignment) may be modified during the execution of a profile job when there is a profiling match. Example: true ## Response 400 fields ## Response 401 fields ## Response 404 fields