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}/allocationsExample Request
curl -X GET "https://api.multiplay.dev/v4/projects/:projectId/environments/:environmentId/fleets/:fleetId/allocations" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| List of |
| Bad Request |
| Unauthorized |
| Forbidden |
| Not Found |
| Too Many Requests |
| Internal Server Error |
Operational Parameters
?ids=1111a1a1-a11a-11a1-a1a1-1a111aa11111,2222b2b2-b22b-22b2-b2b2-2b222bb22222To filter for specific UUID's
?age=24h&limit=50&offset=0ids+ other filters = others silently ignored.age= Go duration:30m,2h,24h,1h30m.offset= page offset on returnedlimit= limit to the number of pages=10limits to 10 pages, offset skips 10 pages