Skip to main content
GET
Fetch a cached export (SignalR result generation)

Authorizations

Authorization
string
header
required

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json

Query Parameters

RequestId
string
required

The job whose cached export you want. This is NestIdentifier in the webhook payload.

ResultId
string
required

The specific result whose cached export you want (ResultIdentity in the webhook payload).

ResponseType
enum<string>
required

Which cached export to fetch. Must match the ResponseType generated over SignalR.

Available options:
Result,
Render,
DXF,
ReportSource,
RemnantExport,
Runtime,
PartsExport

Response

The cached export if ready (Ready = true), otherwise Ready = false with a reason.

CachedNestingExportResponse

Ready
boolean

true if the requested export is available in PayloadJson; false if it has not been generated or has expired.

Error
string

Explanation when Ready is false; otherwise null.

RequestId
string

The job the export belongs to.

ResultId
string

The result the export belongs to.

ResponseType
string

The export type this response carries.

PayloadJson
string

The export itself, as JSON, when Ready is true; otherwise null.

CreatedUtc
string<date-time>

When the cached export was generated (UTC).

ExpiresUtc
string<date-time>

When the cached export expires and is no longer retrievable (UTC).