Get Order System Log Detail URL

Returns a time-limited pre-signed URL to download the full request/response payload stored for this system log entry (when stored in S3).

Use the identifier value from a row returned by List Order System Logs.

SecurityOAuth2-Production or OAuth2-Demo
Request
path Parameters
reference
required
string

The order reference (order_id or partner_order_reference based on the key parameter).

identifier
required
string

System log entry identifier (sort key of the log record).

query Parameters
key
string
Default: "order_id"

Specifies which reference type reference uses.

Enum: "order_id" "partner_order_reference"
header Parameters
x-api-key
required
string

Your Carriyo API key for authentication.

tenant-id
required
string

Your unique tenant identifier in Carriyo.

Content-Type
string
Default: application/json
Responses
200

Pre-signed URL as a plain string.

400

System log not found or not available.

404

Order not found.

get/orders/{reference}/system-logs/{identifier}
Request samples
Response samples
application/json
"string"