cURL
curl --request GET \ --url https://api.gputrader.io/v1/rentals/{rentalId} \ --header 'X-API-Key: <api-key>'
{ "rentalId": "<string>", "listing": {}, "userId": "<string>", "startDate": "2023-11-07T05:31:56Z", "endDate": "2023-11-07T05:31:56Z", "name": "My Instance", "status": "ACTIVE", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "isSeed": true }
Retrieve detailed information about a specific rental
Rental ID
Whether to exclude stack information from the response
Successfully retrieved rental information
The response is of type object.
object