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}/statusPath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| 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 |
|---|---|
| Successful response with image version status. |
| |
| |
| |
| |
|