# Stages Object

> Source: https://truto.one/docs/api-reference/unified-e-signature-api/stages/

Schema for the `Stages` resource in **Unified E-Signature API**.

## Properties

- **`id`** _(string, required)_
  The stage's unique identifier
- **`name`** _(string)_
  The stage's name
- **`status`** _(string)_
  The status of the stage
  Allowed: `active`, `inactive`
- **`created_at`** _(string)_
  The date and time of the stage's creation
- **`updated_at`** _(string)_
  The date and time of the stage's last update
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/e-signature/stages](/docs/api-reference/unified-e-signature-api/stages/list) — List Stages
