List fleet allocations

Last updated: June 10, 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

Operational Parameters

?ids=1111a1a1-a11a-11a1-a1a1-1a111aa11111,2222b2b2-b22b-22b2-b2b2-2b222bb22222

To filter for specific UUID's

?age=24h&limit=50&offset=0
  • ids + other filters = others silently ignored.

  • age = Go duration: 30m2h24h1h30m.

  • offset = page offset on returned

  • limit = limit to the number of pages =10 limits to 10 pages, offset skips 10 pages