Skip to main content
Version: v1

Get Operation

Return the status of one particular operation given the operation ID.

Path Parameters
    id string required

    The ID of the initiated operation

Responses
200

A successful response.


{
"id": "abcdefg1234",
"type": "SEARCH_EXPORT",
"details": null,
"results": {
"expires": "2020-09-29T10:11:12.345Z",
"searchExportId": "YKDYR5ye_GgeKNkI16aQlEb9j7D7Vbwtv9ILHbugP7s"
},
"state": "COMPLETED",
"errorDetails": "",
"createdAt": "2020-09-22T22:40:52.174736Z",
"finishedAt": "2020-09-22T23:30:54.473657Z",
"estimatePctComplete": 100
}
Loading...