v4
latestSwagger 2.02026-08-0343714211.7 MBList AS2 Outgoing Messages
List AS2 Outgoing Messages
Query parameters
Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
If set, sort records by the specified field in either asc or desc direction. Valid fields are workspace_id, created_at or as2_partner_id.
If set, return records where the specified field is equal to the supplied value. Valid fields are created_at, as2_station_id, workspace_id or as2_partner_id. Valid field combinations are [ as2_station_id, created_at ], [ workspace_id, created_at ], [ as2_partner_id, created_at ], [ workspace_id, as2_station_id ], [ workspace_id, as2_partner_id ], [ workspace_id, as2_station_id, created_at ] or [ workspace_id, as2_partner_id, created_at ].
If set, return records where the specified field is greater than the supplied value. Valid fields are created_at.
If set, return records where the specified field is greater than or equal the supplied value. Valid fields are created_at.
If set, return records where the specified field is less than the supplied value. Valid fields are created_at.
If set, return records where the specified field is less than or equal the supplied value. Valid fields are created_at.
Response
A list of As2OutgoingMessages objects.
Example response
[
{
"id": 1,
"workspace_id": 1,
"as2_partner_id": 1,
"as2_station_id": 1,
"uuid": "example",
"http_headers": {
"key": "example value"
},
"processing_result": "example",
"processing_result_description": "example",
"mic": "example",
"mic_sha_256": "example",
"as2_to": "example",
"as2_from": "example",
"date": "example",
"message_id": "example",
"body_size": "example",
"attachment_filename": "example",
"created_at": "2000-01-01T01:00:00Z",
"http_response_code": "example",
"http_response_headers": {
"key": "example value"
},
"http_transmission_duration": 1,
"mdn_received": true,
"mdn_valid": true,
"mdn_signature_verified": true,
"mdn_message_id_matched": true,
"mdn_mic_matched": true,
"mdn_processing_success": true,
"raw_uri": "example",
"smime_uri": "example",
"smime_signed_uri": "example",
"encrypted_uri": "example",
"mdn_response_uri": "example"
}
]