A valid request URL is required to generate request examples{
"Id": "<string>",
"ETag": "<string>",
"Timestamp": "2023-11-07T05:31:56Z",
"MessageId": "<string>",
"FileSize": 123,
"WorkspaceId": "<string>",
"FilePath": "<string>",
"Status": "<string>",
"ProcessingTime": 123,
"ConnectorId": "<string>",
"Filename": "<string>",
"InstanceId": "<string>",
"Workspace": "<string>",
"ConnectorType": "<string>",
"Direction": "<string>",
"BatchGroupId": "<string>",
"IsBatchGroup": true,
"PortId": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Return a single transactions
Returns a single transactions object using the specified key.
A valid request URL is required to generate request examples{
"Id": "<string>",
"ETag": "<string>",
"Timestamp": "2023-11-07T05:31:56Z",
"MessageId": "<string>",
"FileSize": 123,
"WorkspaceId": "<string>",
"FilePath": "<string>",
"Status": "<string>",
"ProcessingTime": 123,
"ConnectorId": "<string>",
"Filename": "<string>",
"InstanceId": "<string>",
"Workspace": "<string>",
"ConnectorType": "<string>",
"Direction": "<string>",
"BatchGroupId": "<string>",
"IsBatchGroup": true,
"PortId": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
Path Parameters
The key Id
Query Parameters
Select structural property
Response
transactions response
The Id assigned to each transaction log entry for tracking and querying specific file transfers.
An entity tag used for resuming interrupted AS2 file transfers through the AS2 Restart feature. Only applicable for AS2 Restart.
The date and time when the file transfer was initiated or completed.
The Id assigned to the message that is part of the transaction.
The size of the transferred file, in bytes.
The Id of the workspace where the connector and transaction reside.
The complete file system path to the file that was sent or received.
The current state of the transaction (such as success, failed, pending, or in-progress).
The total duration, in milliseconds, that Arc took to process the transaction from start to completion.
The Id of the connector that handled the transaction.
The name of the file that was transferred, without path information.
The machine name of the Arc server that logged the transaction. Primarily used in high availability (HA) or clustered environments.
The Id of the workspace where the transaction occurred.
The type of connector that handled the transaction (such as AS2, SFTP, or Database).
Indicates whether the transaction sent or received a file.
The shared MessageId linking multiple related transactions that were processed together as a batch.
Indicates whether this transaction is part of a batch group containing multiple related messages.
The internal Id of the specific port or endpoint within the connector that processed the transaction.