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: example

status

All of 1 type
  • OperationStatusType

    Type: OperationStatusType

    An enumeration.

    Enum: ok, fail, wait, not_running

Operation status

Example: ok

message

Type: string

Operation message

Example: example

OperationStatusType

An enumeration.

Type: string

Enum: ok, fail, wait, not_running

Previous