# Workflow Object

> Source: https://truto.one/docs/api-reference/unified-ci-cd-api/workflow/

Schema for the `Workflow` resource in **Unified CI/CD API**.

## Properties

- **`id`** _(string, required)_
  The unique identifier for the workflow
- **`name`** _(string)_
  The name of the workflow
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/ci-cd/workflow](/docs/api-reference/unified-ci-cd-api/workflow/list) — List Workflow
- [GET /unified/ci-cd/workflow/{id}](/docs/api-reference/unified-ci-cd-api/workflow/get) — Get Workflow
