Retrieves a single result for an order.
curl --request GET \ --url https://console.lomaplatform.com/api/vendor/v1/orders/{orderId}/results/{resultId} \ --header 'API-Key: <api-key>'
{ "id": "res_abc123", "title": "connections.csv", "file_size": "398370", "file_type": "text/csv", "file_name": "export.csv", "order_id": "i_abc123", "created_at": "2024-08-23 19:25:41.605688+00", "updated_at": "2024-08-23 19:25:41.605688+00" }
API Key for the vendor