# Get execution component log by component ID Endpoint: GET /execution-component-log/{componentId} Version: 5.1.45 Security: api_key ## Path parameters: - `componentId` (integer, required) The ID of the execution to get ## Response 200 fields (application/json): - `executionId` (integer) The ID of the execution for the referenced job. This field is generated by the Masking Engine when a job is run. Example: 123 - `componentId` (integer) The ID of the execution component. Example: 67 - `componentName` (string) Name of the execution component Example: "table_00" - `fileDownloadId` (string) This value is returned on GET. It can be fed into the file-downloads endpoint. Example: "EXECUTION_LOGS-AB8aCbcdDe==" ## Response 400 fields ## Response 403 fields