Skip to content

AsyncRequestStatus

Supported in v5.0+

Fields

Field Type Description
endTime DateTime Supported in v5.0+ The end time of the request.
error RequestErrorInfo Supported in v5.0+ Any errors encountered.
id String! Required. Supported in v5.0+ v5.0: The ID of the request object. Use it to poll the status. v5.1+: The ID of the request object used to poll the status.
links [Link!]! Required. Supported in v5.0+ References to any related objects.
nodeId String Supported in v5.0+ The ID of the node where the job ran.
progress Float Supported in v5.0+ v5.0: The current progress in terms of percentage of the async request. v5.1+: The current percentage progress of the asynchronous request.
result String Supported in v9.2+ The result of the request.
startTime DateTime Supported in v5.0+ The start time of the request.
status String! Required. Supported in v5.0+ v5.0: Status of the id. v5.1+: Status of the ID.

Used By

Queries

Mutations

Referenced by