Huddle01 Cloud
Waitlist

List waitlist requests

List all waitlist requests.

GET
/deployments/requests
X-API-Key<token>

GPU API key (format: mk_...). Generate from the dashboard or via POST /api-keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://gpu.huddleapis.com/api/v1/deployments/requests"
{
  "code": "OK",
  "data": [
    {
      "id": "string",
      "resource_type": "cluster",
      "cluster_type": "8H200.141G",
      "location": "string",
      "status": "waiting",
      "auto_deploy": true,
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}