Skip to main content
QUERY
signingOperations(limit: Int): [SigningOperation!]!

Arguments

limit
Int
default:50

Maximum number of records to return. Defaults to 50.

Returns

id
ID!

Stable identifier for this signing operation.

kind
String!

Category of this signing operation.

assetKey
String

The asset key associated with this signing operation. May be null when unavailable or not applicable.

sourceAgentId
ID

Identifier of the related source agent. May be null when unavailable or not applicable.

status
String!

Current status of this signing operation.

error
String

Error message when this signing operation did not complete successfully. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this signing operation was created.

updatedAt
String!

ISO 8601 timestamp when this signing operation was last updated.

finishedAt
String

ISO 8601 timestamp when this signing operation finished. May be null when unavailable or not applicable.

Items associated with this signing operation.

Query
Response