Get the status information of an operation
curl --request GET \
--url https://api.kinqsta.com/v2/operations/{operation_id} \
--header 'Authorization: Bearer <token>'{
"message": "Successfully finished request",
"status": 200,
"data": "<unknown>"
}Operations
Get the status information of an operation
GET
/
operations
/
{operation_id}
Get the status information of an operation
curl --request GET \
--url https://api.kinqsta.com/v2/operations/{operation_id} \
--header 'Authorization: Bearer <token>'{
"message": "Successfully finished request",
"status": 200,
"data": "<unknown>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.kinqsta.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"sites:add-8dc99dce-c5c7-4d8e-b589-6641696fc830"
⌘I