Get image update status

Last updated: May 29, 2026

Get image update status

Get the status of the image update identified by `updateid`.

Endpoint

GET /cfp/v1/imageupdate/{updateid}/status

Path Parameters

Name

Type

Required

Description

updateid

integer

Yes

Update ID representing the image update job to get status of.

Example Request

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

Responses

Status

Description

200

Successful response with update status.

400

401

403

404

500