List fleet allocations

Last updated: May 28, 2026

Lists the allocations for a given fleet where the last activity took place within a given age duration.

Endpoint

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

Example Request

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

Responses

Status

Description

200

List of

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Internal Server Error