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

# List account Work feed

> Lists scheduled and recent Work execution activity from projects accessible to the current account context.



## OpenAPI

````yaml https://api.veryfront.com/openapi.json get /work/feed
openapi: 3.1.0
info:
  title: Veryfront REST API
  version: 1.0.0
  summary: Domain-first REST reference for the maintained Veryfront HTTP API surface.
  description: >-
    Project-first HTTP API for Veryfront project resources. Root
    account/platform endpoints that still appear in this reference are
    transitional compatibility surfaces unless the canonical inventory marks
    them otherwise.


    ## Start here


    - **Interactive REST reference:** [/docs](/docs)

    - **Raw OpenAPI document:** [/openapi.json](/openapi.json)

    - **Canonical inventory:** `docs/api-surface-inventory.md` in this
    repository

    - **GraphQL endpoint:** [/graphql](/graphql)

    - **MCP playground:** [/mcp/playground](/mcp/playground)


    ## Authentication


    Use one of these request headers:


    - `Authorization: Bearer <jwt>`

    - `Authorization: Bearer vf_<prefix>_<secret>`

    - `X-API-Key: vf_<prefix>_<secret>`


    JWTs must use the Bearer token contract. API keys work in either the Bearer
    header or `X-API-Key`.


    ## Discovery model


    Veryfront is one platform with multiple access modes:


    - **REST** for resource-oriented and operational HTTP workflows

    - **GraphQL** for connected app-facing data and typed mutations

    - **MCP** for tool-style automation and agent workflows


    For the fastest path through the platform, start with the project-scoped
    domain groups. Transitional account/platform groups are retained for
    compatibility and follow the removal register in the canonical inventory.
  contact:
    name: Veryfront API Support
    url: https://veryfront.com/docs
    email: support@veryfront.com
servers:
  - url: https://api.veryfront.com
    description: Current request origin
  - url: http://localhost:4000
    description: Local development
security:
  - bearerAuth: []
  - apiKeyAuth: []
tags:
  - name: Projects
    description: Core project operations
  - name: Account
    description: >-
      Transitional account-level users and settings retained for dashboard
      compatibility
  - name: Project Users
    description: Project members and invites
  - name: Members
    description: Project members and invites
  - name: Files
    description: Main branch files
  - name: Branch Files
    description: Files on branches
  - name: Environment Files
    description: Files in environments
  - name: Release Files
    description: Files in releases
  - name: Uploads
    description: File uploads and assets
  - name: Branches
    description: Content branches for previews
  - name: Releases
    description: Published file snapshots
  - name: Deployments
    description: Connect releases to environments
  - name: Environments
    description: Deployment targets and variables
  - name: Environment Variables
    description: Project environment variable management
  - name: Domains
    description: Custom domains for environments
  - name: Project Servers
    description: Project-scoped dedicated server instances
  - name: Root Servers
    description: >-
      Transitional root dedicated-server administration retained for
      compatibility
  - name: Tasks
    description: Project tasks
  - name: Evals
    description: Project eval definitions and eval run projections
  - name: Work
    description: Project business-process definitions and execution state
  - name: Workflows
    description: Project workflows
  - name: Workflow Runs
    description: Workflow run history and status
  - name: Schedules
    description: Recurring project automation schedules
  - name: Webhooks
    description: Webhook-triggered automation entry points
  - name: Skills
    description: Project skills
  - name: Prompts
    description: Project prompts
  - name: Tools
    description: Project tools
  - name: Resources
    description: Project-defined resource documents and source-backed resource definitions
  - name: Sandboxes
    description: Ephemeral sandbox execution environments
  - name: Search
    description: Text and vector search
  - name: Knowledge
    description: Knowledge manifest lookup across project knowledge files
  - name: Chunks
    description: File chunks for search indexing
  - name: Embeddings
    description: Vector embeddings
  - name: RAG Documents
    description: Project retrieval-augmented knowledge documents
  - name: Style Artifacts
    description: Project style artifact state and build outputs
  - name: External Storage
    description: Transitional connected cloud-provider file operations
  - name: Project Cache
    description: Project-scoped distributed cache operations
  - name: User Cache
    description: Transitional user cache helpers retained for compatibility
  - name: API Keys
    description: >-
      Transitional user/account API key management; prefer project-scoped keys
      for public integrations
  - name: User
    description: Transitional current-user profile endpoint for first-party clients
  - name: Favorites
    description: Transitional user favorites for first-party dashboard clients
  - name: Subscriptions
    description: Transitional account billing and subscription workflows
  - name: Credits
    description: Transitional account credit balance, purchase, and insufficiency flows
  - name: Usage
    description: >-
      Project/account usage limits and warnings; account-level usage is
      transitional
  - name: Gates
    description: Transitional plan and feature gate checks for first-party clients
  - name: Channels
    description: Project channel integrations and delivery settings
  - name: Agents
    description: Project agents
  - name: Agent Catalog
    description: Public catalog of agents assembled from curated template projects
  - name: Agent Workers
    description: Internal/transitional agent worker leases and sessions
  - name: Agent Runtimes
    description: Registered push-based agent runtime services and runtime target health
  - name: Project Integrations
    description: Project-scoped integration catalog and configuration
  - name: Integrations
    description: Transitional external integration catalog for first-party clients
  - name: Integration Tools
    description: >-
      Transitional dynamic integration tool listing, invocation, and connection
      state
  - name: OAuth
    description: >-
      Transitional OAuth integration flows for first-party and connected-app
      clients
  - name: Templates
    description: Transitional starter-template discovery used during project creation
  - name: AI
    description: >-
      Transitional platform AI gateway/model helpers; project AI assets use
      project-scoped routes
  - name: Images
    description: Generated images and image assets
  - name: Conversations
    description: Transitional conversation/run-control HTTP surface for first-party clients
  - name: Runs
    description: Transitional hosted run-control endpoints for conversation execution
  - name: MCP
    description: >-
      MCP catalog/playground helpers; primary MCP traffic uses the streamable
      MCP handler
  - name: Logs
    description: Project log queries via Loki
  - name: Metrics
    description: Project metric queries via a Prometheus-compatible backend
  - name: Traces
    description: Project trace queries via Grafana Tempo
  - name: Errors
    description: Internal/public error type catalog (RFC 9457)
  - name: Authentication
    description: Transitional auth token, login, logout, magic-link, and JWKS flows
externalDocs:
  description: Interactive REST reference
  url: https://api.veryfront.com/docs
paths:
  /work/feed:
    get:
      tags:
        - Work
      summary: List account Work feed
      description: >-
        Lists scheduled and recent Work execution activity from projects
        accessible to the current account context.
      parameters:
        - schema:
            anyOf:
              - type: string
                enum:
                  - scheduled
                  - running
                  - blocked
                  - completed
                  - failed
                  - cancelled
              - type: array
                items:
                  type: string
                  enum:
                    - scheduled
                    - running
                    - blocked
                    - completed
                    - failed
                    - cancelled
                minItems: 1
          required: false
          name: section
          in: query
        - schema:
            type: string
            format: uuid
          required: false
          name: project_id
          in: query
        - schema:
            type: string
            minLength: 1
          required: false
          name: agent_id
          in: query
        - schema:
            type: integer
            minimum: 0
            exclusiveMinimum: true
            maximum: 100
          required: false
          name: limit
          in: query
        - schema:
            type: string
            minLength: 1
          required: false
          name: cursor
          in: query
      responses:
        '200':
          description: Account Work feed
          content:
            application/json:
              schema:
                anyOf:
                  - type: object
                    properties:
                      projects:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            name:
                              type: string
                            slug:
                              type: string
                              nullable: true
                            project_reference:
                              type: string
                          required:
                            - id
                            - name
                            - slug
                            - project_reference
                      agents:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                            name:
                              type: string
                            project_id:
                              type: string
                              format: uuid
                            avatar_url:
                              type: string
                              nullable: true
                              format: uri
                          required:
                            - id
                            - name
                            - project_id
                            - avatar_url
                      scheduled:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            project_id:
                              type: string
                              format: uuid
                            project_reference:
                              type: string
                            project_name:
                              type: string
                            project_slug:
                              type: string
                              nullable: true
                            work_id:
                              type: string
                              minLength: 1
                              pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                            work_name:
                              type: string
                            schedule_id:
                              type: string
                              format: uuid
                            agent_id:
                              type: string
                              nullable: true
                            agent_name:
                              type: string
                              nullable: true
                            agent_avatar_url:
                              type: string
                              nullable: true
                              format: uri
                            next_run_at:
                              type: string
                              nullable: true
                          required:
                            - id
                            - project_id
                            - project_reference
                            - project_name
                            - project_slug
                            - work_id
                            - work_name
                            - schedule_id
                            - agent_id
                            - agent_name
                            - agent_avatar_url
                            - next_run_at
                      running:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            project_id:
                              type: string
                              format: uuid
                            project_reference:
                              type: string
                            project_name:
                              type: string
                            project_slug:
                              type: string
                              nullable: true
                            work_id:
                              type: string
                              minLength: 1
                              pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                            work_name:
                              type: string
                            execution_id:
                              type: string
                              format: uuid
                            status:
                              type: string
                              enum:
                                - pending
                                - running
                                - blocked
                                - completed
                                - failed
                                - cancelled
                            agent_id:
                              type: string
                              nullable: true
                            agent_name:
                              type: string
                              nullable: true
                            agent_avatar_url:
                              type: string
                              nullable: true
                              format: uri
                            started_at:
                              type: string
                              nullable: true
                            completed_at:
                              type: string
                              nullable: true
                            updated_at:
                              type: string
                              nullable: true
                            progress:
                              type: object
                              properties:
                                completed:
                                  type: integer
                                  minimum: 0
                                total:
                                  type: integer
                                  minimum: 0
                              required:
                                - completed
                                - total
                          required:
                            - id
                            - project_id
                            - project_reference
                            - project_name
                            - project_slug
                            - work_id
                            - work_name
                            - execution_id
                            - status
                            - agent_id
                            - agent_name
                            - agent_avatar_url
                            - started_at
                            - completed_at
                            - updated_at
                            - progress
                      completed:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            project_id:
                              type: string
                              format: uuid
                            project_reference:
                              type: string
                            project_name:
                              type: string
                            project_slug:
                              type: string
                              nullable: true
                            work_id:
                              type: string
                              minLength: 1
                              pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                            work_name:
                              type: string
                            execution_id:
                              type: string
                              format: uuid
                            status:
                              type: string
                              enum:
                                - pending
                                - running
                                - blocked
                                - completed
                                - failed
                                - cancelled
                            agent_id:
                              type: string
                              nullable: true
                            agent_name:
                              type: string
                              nullable: true
                            agent_avatar_url:
                              type: string
                              nullable: true
                              format: uri
                            started_at:
                              type: string
                              nullable: true
                            completed_at:
                              type: string
                              nullable: true
                            updated_at:
                              type: string
                              nullable: true
                            progress:
                              type: object
                              properties:
                                completed:
                                  type: integer
                                  minimum: 0
                                total:
                                  type: integer
                                  minimum: 0
                              required:
                                - completed
                                - total
                          required:
                            - id
                            - project_id
                            - project_reference
                            - project_name
                            - project_slug
                            - work_id
                            - work_name
                            - execution_id
                            - status
                            - agent_id
                            - agent_name
                            - agent_avatar_url
                            - started_at
                            - completed_at
                            - updated_at
                            - progress
                      failed:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            project_id:
                              type: string
                              format: uuid
                            project_reference:
                              type: string
                            project_name:
                              type: string
                            project_slug:
                              type: string
                              nullable: true
                            work_id:
                              type: string
                              minLength: 1
                              pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                            work_name:
                              type: string
                            execution_id:
                              type: string
                              format: uuid
                            status:
                              type: string
                              enum:
                                - pending
                                - running
                                - blocked
                                - completed
                                - failed
                                - cancelled
                            agent_id:
                              type: string
                              nullable: true
                            agent_name:
                              type: string
                              nullable: true
                            agent_avatar_url:
                              type: string
                              nullable: true
                              format: uri
                            started_at:
                              type: string
                              nullable: true
                            completed_at:
                              type: string
                              nullable: true
                            updated_at:
                              type: string
                              nullable: true
                            progress:
                              type: object
                              properties:
                                completed:
                                  type: integer
                                  minimum: 0
                                total:
                                  type: integer
                                  minimum: 0
                              required:
                                - completed
                                - total
                          required:
                            - id
                            - project_id
                            - project_reference
                            - project_name
                            - project_slug
                            - work_id
                            - work_name
                            - execution_id
                            - status
                            - agent_id
                            - agent_name
                            - agent_avatar_url
                            - started_at
                            - completed_at
                            - updated_at
                            - progress
                      page_info:
                        type: object
                        additionalProperties:
                          type: object
                          properties:
                            limit:
                              type: integer
                              minimum: 0
                              exclusiveMinimum: true
                            has_more:
                              type: boolean
                            next_cursor:
                              type: string
                              nullable: true
                          required:
                            - limit
                            - has_more
                            - next_cursor
                    required:
                      - projects
                      - agents
                      - scheduled
                      - running
                      - completed
                      - failed
                  - type: object
                    properties:
                      section:
                        type: string
                        enum:
                          - scheduled
                          - running
                          - blocked
                          - completed
                          - failed
                          - cancelled
                      projects:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            name:
                              type: string
                            slug:
                              type: string
                              nullable: true
                            project_reference:
                              type: string
                          required:
                            - id
                            - name
                            - slug
                            - project_reference
                      agents:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                            name:
                              type: string
                            project_id:
                              type: string
                              format: uuid
                            avatar_url:
                              type: string
                              nullable: true
                              format: uri
                          required:
                            - id
                            - name
                            - project_id
                            - avatar_url
                      items:
                        type: array
                        items:
                          anyOf:
                            - type: object
                              properties:
                                id:
                                  type: string
                                  format: uuid
                                project_id:
                                  type: string
                                  format: uuid
                                project_reference:
                                  type: string
                                project_name:
                                  type: string
                                project_slug:
                                  type: string
                                  nullable: true
                                work_id:
                                  type: string
                                  minLength: 1
                                  pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                work_name:
                                  type: string
                                schedule_id:
                                  type: string
                                  format: uuid
                                agent_id:
                                  type: string
                                  nullable: true
                                agent_name:
                                  type: string
                                  nullable: true
                                agent_avatar_url:
                                  type: string
                                  nullable: true
                                  format: uri
                                next_run_at:
                                  type: string
                                  nullable: true
                              required:
                                - id
                                - project_id
                                - project_reference
                                - project_name
                                - project_slug
                                - work_id
                                - work_name
                                - schedule_id
                                - agent_id
                                - agent_name
                                - agent_avatar_url
                                - next_run_at
                            - type: object
                              properties:
                                id:
                                  type: string
                                  format: uuid
                                project_id:
                                  type: string
                                  format: uuid
                                project_reference:
                                  type: string
                                project_name:
                                  type: string
                                project_slug:
                                  type: string
                                  nullable: true
                                work_id:
                                  type: string
                                  minLength: 1
                                  pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                work_name:
                                  type: string
                                execution_id:
                                  type: string
                                  format: uuid
                                status:
                                  type: string
                                  enum:
                                    - pending
                                    - running
                                    - blocked
                                    - completed
                                    - failed
                                    - cancelled
                                agent_id:
                                  type: string
                                  nullable: true
                                agent_name:
                                  type: string
                                  nullable: true
                                agent_avatar_url:
                                  type: string
                                  nullable: true
                                  format: uri
                                started_at:
                                  type: string
                                  nullable: true
                                completed_at:
                                  type: string
                                  nullable: true
                                updated_at:
                                  type: string
                                  nullable: true
                                progress:
                                  type: object
                                  properties:
                                    completed:
                                      type: integer
                                      minimum: 0
                                    total:
                                      type: integer
                                      minimum: 0
                                  required:
                                    - completed
                                    - total
                              required:
                                - id
                                - project_id
                                - project_reference
                                - project_name
                                - project_slug
                                - work_id
                                - work_name
                                - execution_id
                                - status
                                - agent_id
                                - agent_name
                                - agent_avatar_url
                                - started_at
                                - completed_at
                                - updated_at
                                - progress
                      page_info:
                        type: object
                        properties:
                          limit:
                            type: integer
                            minimum: 0
                            exclusiveMinimum: true
                          has_more:
                            type: boolean
                          next_cursor:
                            type: string
                            nullable: true
                        required:
                          - limit
                          - has_more
                          - next_cursor
                    required:
                      - section
                      - projects
                      - agents
                      - items
                      - page_info
                  - type: object
                    properties:
                      projects:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                              format: uuid
                            name:
                              type: string
                            slug:
                              type: string
                              nullable: true
                            project_reference:
                              type: string
                          required:
                            - id
                            - name
                            - slug
                            - project_reference
                      agents:
                        type: array
                        items:
                          type: object
                          properties:
                            id:
                              type: string
                            name:
                              type: string
                            project_id:
                              type: string
                              format: uuid
                            avatar_url:
                              type: string
                              nullable: true
                              format: uri
                          required:
                            - id
                            - name
                            - project_id
                            - avatar_url
                      sections:
                        type: object
                        properties:
                          scheduled:
                            type: object
                            properties:
                              items:
                                type: array
                                items:
                                  anyOf:
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        schedule_id:
                                          type: string
                                          format: uuid
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        next_run_at:
                                          type: string
                                          nullable: true
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - schedule_id
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - next_run_at
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        execution_id:
                                          type: string
                                          format: uuid
                                        status:
                                          type: string
                                          enum:
                                            - pending
                                            - running
                                            - blocked
                                            - completed
                                            - failed
                                            - cancelled
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        started_at:
                                          type: string
                                          nullable: true
                                        completed_at:
                                          type: string
                                          nullable: true
                                        updated_at:
                                          type: string
                                          nullable: true
                                        progress:
                                          type: object
                                          properties:
                                            completed:
                                              type: integer
                                              minimum: 0
                                            total:
                                              type: integer
                                              minimum: 0
                                          required:
                                            - completed
                                            - total
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - execution_id
                                        - status
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - started_at
                                        - completed_at
                                        - updated_at
                                        - progress
                              page_info:
                                type: object
                                properties:
                                  limit:
                                    type: integer
                                    minimum: 0
                                    exclusiveMinimum: true
                                  has_more:
                                    type: boolean
                                  next_cursor:
                                    type: string
                                    nullable: true
                                required:
                                  - limit
                                  - has_more
                                  - next_cursor
                            required:
                              - items
                              - page_info
                          running:
                            type: object
                            properties:
                              items:
                                type: array
                                items:
                                  anyOf:
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        schedule_id:
                                          type: string
                                          format: uuid
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        next_run_at:
                                          type: string
                                          nullable: true
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - schedule_id
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - next_run_at
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        execution_id:
                                          type: string
                                          format: uuid
                                        status:
                                          type: string
                                          enum:
                                            - pending
                                            - running
                                            - blocked
                                            - completed
                                            - failed
                                            - cancelled
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        started_at:
                                          type: string
                                          nullable: true
                                        completed_at:
                                          type: string
                                          nullable: true
                                        updated_at:
                                          type: string
                                          nullable: true
                                        progress:
                                          type: object
                                          properties:
                                            completed:
                                              type: integer
                                              minimum: 0
                                            total:
                                              type: integer
                                              minimum: 0
                                          required:
                                            - completed
                                            - total
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - execution_id
                                        - status
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - started_at
                                        - completed_at
                                        - updated_at
                                        - progress
                              page_info:
                                type: object
                                properties:
                                  limit:
                                    type: integer
                                    minimum: 0
                                    exclusiveMinimum: true
                                  has_more:
                                    type: boolean
                                  next_cursor:
                                    type: string
                                    nullable: true
                                required:
                                  - limit
                                  - has_more
                                  - next_cursor
                            required:
                              - items
                              - page_info
                          blocked:
                            type: object
                            properties:
                              items:
                                type: array
                                items:
                                  anyOf:
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        schedule_id:
                                          type: string
                                          format: uuid
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        next_run_at:
                                          type: string
                                          nullable: true
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - schedule_id
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - next_run_at
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        execution_id:
                                          type: string
                                          format: uuid
                                        status:
                                          type: string
                                          enum:
                                            - pending
                                            - running
                                            - blocked
                                            - completed
                                            - failed
                                            - cancelled
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        started_at:
                                          type: string
                                          nullable: true
                                        completed_at:
                                          type: string
                                          nullable: true
                                        updated_at:
                                          type: string
                                          nullable: true
                                        progress:
                                          type: object
                                          properties:
                                            completed:
                                              type: integer
                                              minimum: 0
                                            total:
                                              type: integer
                                              minimum: 0
                                          required:
                                            - completed
                                            - total
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - execution_id
                                        - status
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - started_at
                                        - completed_at
                                        - updated_at
                                        - progress
                              page_info:
                                type: object
                                properties:
                                  limit:
                                    type: integer
                                    minimum: 0
                                    exclusiveMinimum: true
                                  has_more:
                                    type: boolean
                                  next_cursor:
                                    type: string
                                    nullable: true
                                required:
                                  - limit
                                  - has_more
                                  - next_cursor
                            required:
                              - items
                              - page_info
                          completed:
                            type: object
                            properties:
                              items:
                                type: array
                                items:
                                  anyOf:
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        schedule_id:
                                          type: string
                                          format: uuid
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        next_run_at:
                                          type: string
                                          nullable: true
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - schedule_id
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - next_run_at
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        execution_id:
                                          type: string
                                          format: uuid
                                        status:
                                          type: string
                                          enum:
                                            - pending
                                            - running
                                            - blocked
                                            - completed
                                            - failed
                                            - cancelled
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        started_at:
                                          type: string
                                          nullable: true
                                        completed_at:
                                          type: string
                                          nullable: true
                                        updated_at:
                                          type: string
                                          nullable: true
                                        progress:
                                          type: object
                                          properties:
                                            completed:
                                              type: integer
                                              minimum: 0
                                            total:
                                              type: integer
                                              minimum: 0
                                          required:
                                            - completed
                                            - total
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - execution_id
                                        - status
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - started_at
                                        - completed_at
                                        - updated_at
                                        - progress
                              page_info:
                                type: object
                                properties:
                                  limit:
                                    type: integer
                                    minimum: 0
                                    exclusiveMinimum: true
                                  has_more:
                                    type: boolean
                                  next_cursor:
                                    type: string
                                    nullable: true
                                required:
                                  - limit
                                  - has_more
                                  - next_cursor
                            required:
                              - items
                              - page_info
                          failed:
                            type: object
                            properties:
                              items:
                                type: array
                                items:
                                  anyOf:
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        schedule_id:
                                          type: string
                                          format: uuid
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        next_run_at:
                                          type: string
                                          nullable: true
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - schedule_id
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - next_run_at
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        execution_id:
                                          type: string
                                          format: uuid
                                        status:
                                          type: string
                                          enum:
                                            - pending
                                            - running
                                            - blocked
                                            - completed
                                            - failed
                                            - cancelled
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        started_at:
                                          type: string
                                          nullable: true
                                        completed_at:
                                          type: string
                                          nullable: true
                                        updated_at:
                                          type: string
                                          nullable: true
                                        progress:
                                          type: object
                                          properties:
                                            completed:
                                              type: integer
                                              minimum: 0
                                            total:
                                              type: integer
                                              minimum: 0
                                          required:
                                            - completed
                                            - total
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - execution_id
                                        - status
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - started_at
                                        - completed_at
                                        - updated_at
                                        - progress
                              page_info:
                                type: object
                                properties:
                                  limit:
                                    type: integer
                                    minimum: 0
                                    exclusiveMinimum: true
                                  has_more:
                                    type: boolean
                                  next_cursor:
                                    type: string
                                    nullable: true
                                required:
                                  - limit
                                  - has_more
                                  - next_cursor
                            required:
                              - items
                              - page_info
                          cancelled:
                            type: object
                            properties:
                              items:
                                type: array
                                items:
                                  anyOf:
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        schedule_id:
                                          type: string
                                          format: uuid
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        next_run_at:
                                          type: string
                                          nullable: true
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - schedule_id
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - next_run_at
                                    - type: object
                                      properties:
                                        id:
                                          type: string
                                          format: uuid
                                        project_id:
                                          type: string
                                          format: uuid
                                        project_reference:
                                          type: string
                                        project_name:
                                          type: string
                                        project_slug:
                                          type: string
                                          nullable: true
                                        work_id:
                                          type: string
                                          minLength: 1
                                          pattern: ^[A-Za-z0-9][A-Za-z0-9_-]*$
                                        work_name:
                                          type: string
                                        execution_id:
                                          type: string
                                          format: uuid
                                        status:
                                          type: string
                                          enum:
                                            - pending
                                            - running
                                            - blocked
                                            - completed
                                            - failed
                                            - cancelled
                                        agent_id:
                                          type: string
                                          nullable: true
                                        agent_name:
                                          type: string
                                          nullable: true
                                        agent_avatar_url:
                                          type: string
                                          nullable: true
                                          format: uri
                                        started_at:
                                          type: string
                                          nullable: true
                                        completed_at:
                                          type: string
                                          nullable: true
                                        updated_at:
                                          type: string
                                          nullable: true
                                        progress:
                                          type: object
                                          properties:
                                            completed:
                                              type: integer
                                              minimum: 0
                                            total:
                                              type: integer
                                              minimum: 0
                                          required:
                                            - completed
                                            - total
                                      required:
                                        - id
                                        - project_id
                                        - project_reference
                                        - project_name
                                        - project_slug
                                        - work_id
                                        - work_name
                                        - execution_id
                                        - status
                                        - agent_id
                                        - agent_name
                                        - agent_avatar_url
                                        - started_at
                                        - completed_at
                                        - updated_at
                                        - progress
                              page_info:
                                type: object
                                properties:
                                  limit:
                                    type: integer
                                    minimum: 0
                                    exclusiveMinimum: true
                                  has_more:
                                    type: boolean
                                  next_cursor:
                                    type: string
                                    nullable: true
                                required:
                                  - limit
                                  - has_more
                                  - next_cursor
                            required:
                              - items
                              - page_info
                    required:
                      - projects
                      - agents
                      - sections
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  type:
                    type: string
                  title:
                    type: string
                  status:
                    type: number
                  detail:
                    type: string
                  error:
                    type: string
                  message:
                    type: string
                  edit_mode:
                    type: string
                    enum:
                      - structured
                      - source_only
                  source_only_reasons:
                    type: array
                    items:
                      type: string
                  source_path:
                    type: string
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                type: object
                properties:
                  type:
                    type: string
                  title:
                    type: string
                  status:
                    type: number
                  detail:
                    type: string
                  error:
                    type: string
                  message:
                    type: string
                  edit_mode:
                    type: string
                    enum:
                      - structured
                      - source_only
                  source_only_reasons:
                    type: array
                    items:
                      type: string
                  source_path:
                    type: string
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT or API Key
      description: >-
        Use a JWT bearer token or a Veryfront API key in the Authorization
        header.
    apiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key
      description: Alternative API key header for vf_<prefix>_<secret> tokens.

````