ListWorkflowsResp

  • data
    Type: array object[]
    required
    • createdAt
      Type: stringFormat: date-time
      required

      When the workflow was created

    • createdByUid
      Type: string
      required

      User ID who created the workflow

    • id
      Type: string
      required

      Unique identifier of the workflow

    • status
      Type: stringenum
      required

      Current status of the workflow

      values
      • pending
      • in_progress
      • completed
      • failed
      • declined
      • voided
    • updatedAt
      Type: stringFormat: date-time
      required

      When the workflow was last updated

    • description
      Type: string

      Description of the workflow

    • entities
      Type: array object[]
    • envelopes
      Type: array object[]
    • name
      Type: string

      Human-readable name for the workflow

    • participants
      Type: array object[] ยท ParticipantInfo[]
  • total
    Type: integer
    required

    Total number of workflows