# Get SC3Task Get SC3Task Endpoint: GET /Reporting/Tasks Version: 2.0 ## Response 200 fields (application/json): - `Id` (integer) Id. Key property. - `Key` (string) Key. - `ClientKey` (string) ClientKey. - `SupplierKey` (string) SupplierKey. - `Name` (string) Name. MaxLength: 255. Nullable. - `Description` (string) Description. Nullable. - `IsActive` (boolean) IsActive. - `SecretKey` (string) SecretKey. Nullable. - `Updated` (string) Updated. - `UpdatedBy` (integer) UpdatedBy. - `RowId` (string) RowId. MaxLength: 8. Nullable. - `History` (array) History. - `History.TaskId` (integer) TaskId. Key property. - `History.Id` (string) Id. - `History.BatchId` (string) BatchId. Nullable. - `History.ResultCode` (string) ResultCode. MaxLength: 50. Nullable. - `History.ResultMessage` (string) ResultMessage. MaxLength: 500. Nullable. - `History.ProcessStarted` (string) ProcessStarted. Nullable. - `History.ScRows` (integer) ScRows. Nullable. - `History.DataRows` (integer) DataRows. Nullable. - `History.StatusMessage` (string) StatusMessage. MaxLength: 500. Nullable. - `History.Duration` (integer) Duration. Nullable. - `History.ProcessEnded` (string) ProcessEnded. Nullable. - `History.Timestamp` (string) Timestamp.