Skip to content

Get specific Operation details (Operation Status)

Request

Security
apiKey
Path
operationIdstring, (uuid)required

ID of the Operation

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v0/operations/{operationId}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Operation information for the Tenant

Bodyapplication/json
contentobject(OperationWithStats)
Response
{ "content": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "operation": "CONVERGE", "state": "CREATED", "schedule_type": "IMMEDIATE", "schedule_args": {}, "operation_device_query": {}, "arguments": {}, "reason": "string", "created_at": "2019-08-24T14:15:22Z", "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4", "updated_at": "2019-08-24T14:15:22Z", "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe", "operation_activity": [], "operation_stats": {} } }