Get the status of a nesting request
Returns the current status of a nesting job and, once available, the ResultIdentity you use to fetch the result or an export.
Status values: Queued (accepted, waiting for a nester), Running (nesting now), Completed (finished — fetch the result or an export), Failed (errored — see /v1/nesting/failures).
Authorizations
Headers
Accept Header
application/json Query Parameters
The job to report on — the RequestId returned when you submitted the nest.
Response
The current status of the job.
NestingStatusResponse
The job this status refers to.
One of Queued, Running, Completed, Failed.
The id of the completed result, once one is available; use it to fetch the result or an export. Null until the job completes.
Error detail when the job has failed; otherwise null.
When the job completed (UTC); null until it has.