# Get all execution log by ID Endpoint: GET /execution-logs/{executionId} Version: 5.1.41 Security: api_key ## Path parameters: - `executionId` (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 - `jobId` (integer) The ID of the job that is being executed. Example: 167 - `fileDownloadId` (string) This value is returned on GET. It can be fed into the file-downloads endpoint. Example: "EXECUTION_LOGS-AB8aCbcdDe==" - `status` (string) The status of the execution regarding its completion. Enum: "CANCELLED", "FAILED", "QUEUED", "RUNNING", "SUCCEEDED", "WARNING" ## Response 400 fields ## Response 403 fields