Skip to main content
POST
Error

Authorizations

x-cdata-authtoken
string
header
required

Body

application/json
ConnectorId
string
required

The Id of the connector whose transaction logs you want to retrieve.

MessageId
string
required

The message Id for the specific transaction whose logs you want to retrieve.

Direction
string
required

Specifies whether to retrieve logs for sent or received files.

WorkspaceId
string

The Id of the workspace containing the connector whose transaction logs you want to retrieve.

Type
string

Specifies which type of log file to retrieve. The type is directly related to the file type in the transaction. Available values are 'ACK, Async MDN, Attachment, CEM, Data, EERP, Email Message, Error, Etag, Headers, Log, MDN, Message Content, Message, Name, NERP, Receipt, REF, Request, Response, Transformation Input, Transformation Output, Warning, Unknown'.

IncludeContent
string
default:False

When set to True, returns the actual content of the log file in the response. When False, returns only metadata about the log file. The default is False.

PortId
string

The Id of the port.

Response

The action result

TimeCreated
string

The date and time the log file was created.

Type
string

The type of the log file.

File
string

The name of the log file.

Path
string

The full path to the log file.

Content
string

The Base64-encoded content of the log file.