Get operation result
Returns the operation result.
Parameters:
- operation_id: operation ID
Request
GET
https://api.forms.yandex.net/v1/operations/{operation_id}
Path parameters
|
Name |
Description |
|
operation_id |
Type: string Example: `` |
Responses
200 OK
OK
Body
application/json
{
"id": "example",
"status": "ok",
"message": "example"
}
|
Name |
Description |
|
id |
Type: string Operation ID Example: |
|
status |
All of 1 type
Operation status Example: |
|
message |
Type: string Operation message Example: |
OperationStatusType
An enumeration.
Type: string
Enum: ok, fail, wait, not_running