Retrieve carrier connection logs from S3

Retrieves carrier connection logs from S3 filtered by tenant and date range.

Returns log files for the authenticated tenant within the specified date range.
Default date range is the last 30 days if no dates are provided.

If shipment_id is provided, logs are retrieved directly from rate data for better performance.
When using shipment_id, only RATING operation logs are supported.
SecurityAPIKeyHeader
Request
query Parameters
Tenant Id (string) or Tenant Id (null) (Tenant Id)

Tenant id for the company doing the carrier connection requests

Shipment Id (string) or Shipment Id (null) (Shipment Id)

Shipment ID to retrieve logs for

Start Date (string) or Start Date (null) (Start Date)

Start date for log retrieval (YYYY-MM-DD)

End Date (string) or End Date (null) (End Date)

End date for log retrieval (YYYY-MM-DD)

Operation (string) or Operation (null) (Operation)

Filter logs by operation type

Step (string) or Step (null) (Step)

Filter logs by step type

Responses
200

Successful Response

Response Schema: application/json
property name*
additional property
any
400

Validation Error

404

The resource requested was not found either because you do not have permissions to access it or it does not exist.

500

An unknown internal server issue occured while processing a request. A report is created and logged.

get/carrier-connections/logs
Request samples
Response samples
application/json
{ }
Copyright © Shipwell 2025. All right reserved.