Gridstate
ApiV1OperationsOperationid

Read assessment operation status

GET
/v1/operations/{operationId}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

operationId*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/operations/string"
{  "data": {    "id": "string",    "kind": "site_assessment",    "status": "pending",    "resourceId": "string",    "error": "string",    "createdAt": "2019-08-24T14:15:22Z",    "completedAt": "2019-08-24T14:15:22Z"  }}