Get machine report
Last updated: May 29, 2026
Get machine report
Get a report of machines for the specified account service ID. Note: This endpoint uses camelCase for the `accountServiceId` parameter, unlike other endpoints which use lowercase `accountserviceid`.
Endpoint
GET /cfp/v4/machines/views/reportQuery Parameters
Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | Account service ID (ASID) associated with the specified resource. Note: this parameter uses camelCase unlike other endpoints. |
| integer | No | Number of results to return. Default is 100, maximum is 20,000. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v4/machines/views/report?accountServiceId=<accountServiceId>&limit=<limit>" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Successful response with machine report. |
| |
| |
| |
|