Get an allocation by its UUID

Last updated: May 28, 2026

Gets the allocation for a given fleet by its UUID.

Endpoint

GET /v4/projects/{projectId}/environments/{environmentId}/fleets/{fleetId}/allocations/{allocationId}

Example Request

curl -X GET "https://api.multiplay.dev/v4/projects/:projectId/environments/:environmentId/fleets/:fleetId/allocations/:allocationId" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

A single allocation.

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Internal Server Error