Types
SigningOperationItem
Represents a signing operation item in the GraphQL API.
object
SigningOperationItemFields
id
ID!
Stable identifier for this signing operation item.
agentId
ID!
Identifier of the related agent.
status
String!
Current status of this signing operation item.
error
String
Error message when this signing operation item did not complete successfully. May be null when unavailable or not applicable.
createdAt
String!
ISO 8601 timestamp when this signing operation item was created.
finishedAt
String
ISO 8601 timestamp when this signing operation item finished. May be null when unavailable or not applicable.
agent
The agent associated with this signing operation item.