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/report

Query Parameters

Name

Type

Required

Description

accountServiceId

string

Yes

Account service ID (ASID) associated with the specified resource. Note: this parameter uses camelCase unlike other endpoints.

limit

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

200

Successful response with machine report.

400

401

403

500