Skip to main content
GET
Generate a production export for a completed nest

Authorizations

Authorization
string
header
required

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json

Query Parameters

RequestId
string
required

The completed job to export. This is NestIdentifier in the webhook payload, and is the id returned from the nesting endpoint.

ResultId
string
required

The specific result to export. This is ResultIdentity in the webhook payload and in GET /v1/nesting/status.

ResponseType
enum<string>
required

Which export to generate. Accepts the name or the integer — see the endpoint description for the meaning of each value.

Available options:
Result,
Render,
DXF,
ReportSource,
RemnantExport,
Runtime,
PartsExport
WebHookUri
string
required

The URL the generated export is POSTed to when it is ready. Required — without it the export has nowhere to be delivered. Uri

Response

The export request was accepted and queued for delivery to your webhook.

NestApiExport

Success
boolean

true if the export request was accepted and queued. This is an acknowledgement only — the export itself is delivered later as a POST to your WebHookUri.

Error
string

Error detail when Success is false; otherwise null.