# Build Technical Reports Validation of the request can be found in the description of TechnicalReportsRequest below. Endpoint: POST /technicalreports Version: 5 Security: apiKey ## Request fields (application/json): - `name` (string) Name of a Job. Example: "Process vendor data." - `description` (string) Detailed description of a Job. Example: "I started this job to improve quality of our data." - `reportsConfiguration` (object) Configures if and how technical reports are generated. - `reportsConfiguration.technicalProfiler` (object) Configures if and how technical profiler reports are generated. - `reportsConfiguration.technicalProfiler.build` (boolean) Enable to generate this report. Example: "false" - `reportsConfiguration.technicalProfiler.sourceFileUrl` (string) Url of the file resource linking to s3. Example: "customer-upload/user/file.xlsx" - `reportsConfiguration.technicalProfiler.storageId` (string) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `reportsConfiguration.technicalProfiler.featuresOn` (array) Enum: "STORE_TECHNICAL_PROFILE" ## Response 200 fields (application/json): - `id` (string) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" - `name` (string) Name of a Job. Example: "Process vendor data." - `description` (string) Detailed description of a Job. Example: "I started this job to improve quality of our data." - `status` (string) Job execution status. Example: "RUNNING" - `statusMessage` (string) Additional information to explain the status. Example: "The job failed because storage is empty." - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-10T10:12:36Z" - `user` (string) ID of (human) user or API key. Example: "742429-234242-4343-232323" - `progress` (integer) Progress (%) of the job. Example: "77" - `attachments` (array) - `attachments.url` (string) Url of the file resource linking to s3. Example: "customer-upload/user/file.xlsx" - `attachments.tags` (array) Example: ["Reporting"] - `reportsConfiguration` (object) Configures if and how technical reports are generated. - `reportsConfiguration.technicalProfiler` (object) Configures if and how technical profiler reports are generated. - `reportsConfiguration.technicalProfiler.build` (boolean) Enable to generate this report. Example: "false" - `reportsConfiguration.technicalProfiler.sourceFileUrl` (string) Url of the file resource linking to s3. Example: "customer-upload/user/file.xlsx" - `reportsConfiguration.technicalProfiler.storageId` (string) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `reportsConfiguration.technicalProfiler.featuresOn` (array) Enum: "STORE_TECHNICAL_PROFILE"