Skip to main content
GET
Get the status of a nesting request

Authorizations

Authorization
string
header
required

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json

Query Parameters

RequestId
string
required

The job to report on — the RequestId returned when you submitted the nest.

Response

The current status of the job.

NestingStatusResponse

RequestId
string

The job this status refers to.

Status
string

One of Queued, Running, Completed, Failed.

ResultIdentity
string

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
string

Error detail when the job has failed; otherwise null.

CompletedAt
string<date-time>

When the job completed (UTC); null until it has.