The ReplicationInstance object provides access to individual replication instances. It is most often used to query and report back information about the results of a replication. The object defines the following methods and properties (all properties are read-only):
| Method | Description |
| Cancel | Cancels the running replication |
| Query | Issues a query to update replication information |
| Property | Description |
| BytesReceived | Number of bytes received |
| BytesSent | Number of bytes sent |
| EndTime | Replication ending time |
| FilesErrored | Number of files in error |
| FilesErroredBytes | Number of bytes associated with the files in error |
| FilesMatched | Number of files matched |
| FilesMatchedBytes | Number of bytes associated with the files matched |
| FilesReceived | Number of files received |
| FilesSent | Number of files sent |
| Flags | Flags with which replication was started |
| ID | Replication ID |
| Name | Project name |
| StartTime | Replication starting time |
| State | Replication state |
| Status | Current status of the replication |