Returns a paginated list of system log entries for the order. Filter by correlation id, event type, request type, or HTTP response code.
Paginated system logs.
Order not found.
{- "total": 0,
- "page_num": 0,
- "rows_per_page": 0,
- "items": [
- {
- "tenant": "string",
- "identifier": "string",
- "order_id": "string",
- "correlation_id": "string",
- "event_type": "INBOUND",
- "request_type": "string",
- "source_type": "string",
- "source_id": "string",
- "request_time": 0,
- "response_time": 0,
- "response_code": 0,
- "s3_content_key": "string",
- "s3_content_bucket": "string",
- "details_json": "string"
}
]
}