> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AIWorkstream

This page describes the information and status fields available for AI workflows.

## AIWorkstream

<ParamField path="id" type="String!" required>
  Unique identifier for the AI workstream.
</ParamField>

<ParamField path="status" type="String!" required>
  Current status of the AI workflow.
</ParamField>

<ParamField path="progress" type="Float">
  Progress percentage of the workflow (0-100).
</ParamField>

<ParamField path="steps" type="[WorkflowStep!]">
  Array of workflow steps and their status.
</ParamField>

<ParamField path="metadata" type="JSON">
  Additional metadata about the workflow.
</ParamField>

## Related operation

<CardGroup cols={2}>
  <Card title="DeltaElement Schema" icon="cube" href="/integrations/graphql-api/objects/delta-element">
    Container for AI workstreams
  </Card>
</CardGroup>
