Skip to main content
GET
/
operations
/
{operation_id}
Get the status information of an operation
curl --request GET \
  --url https://api.kinsta.com/v2/operations/{operation_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully finished request",
  "status": 200,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

operation_id
string
required
Example:

"sites:add-8dc99dce-c5c7-4d8e-b589-6641696fc830"

Response

The operation has successfully finished

message
string
required
Example:

"Successfully finished request"

status
number
required
Example:

200

data
any