Get image version status

Last updated: May 29, 2026

Get image version status

Return the status of the image version identified by `imageversionid`.

Endpoint

GET /cfp/v1/imageversion/{imageversionid}/status

Path Parameters

Name

Type

Required

Description

imageversionid

integer

Yes

Game image version ID.

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v1/imageversion/:imageversionid/status" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Successful response with image version status.

400

401

403

404

500