Get Create Sample Progress

GET {{baseUrl}}/directories/:directoryId/samples/progress/:progressId

Return the completion percentage for a sample-creation job. <!--From Readme--> <!-- theme: warning -->

This API call is only available to XM Directory users.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;result&quot;:{&quot;percentComplete&quot;:&quot;\u003cdouble\u003e&quot;,&quot;status&quot;:&quot;in progress&quot;},&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}