Skip to main content
objectPollingOperation

Fields

id
ID!

Stable identifier for this polling operation.

kind
String!

Category of this polling operation.

The runtime associated with this polling operation.

Current status of this polling operation.

enabled
Boolean!

Whether this polling operation is enabled.

cadenceSeconds
Int

Cadence, in seconds. May be null when unavailable or not applicable.

lastStartedAt
String

ISO 8601 timestamp when this polling operation last started. May be null when unavailable or not applicable.

lastCompletedAt
String

ISO 8601 timestamp when this polling operation last completed. May be null when unavailable or not applicable.

lastSucceededAt
String

ISO 8601 timestamp when this polling operation last succeeded. May be null when unavailable or not applicable.

nextScheduledAt
String

ISO 8601 timestamp when this polling operation next scheduled. May be null when unavailable or not applicable.

durationMs
Int

The duration ms associated with this polling operation. May be null when unavailable or not applicable.

lastError
String

The last error associated with this polling operation. May be null when unavailable or not applicable.

details
JSON!

The details associated with this polling operation.