> For the complete documentation index, see [llms.txt](/llms.txt).
> A full single-fetch corpus is available at [llms-full.txt](/llms-full.txt).
---
title: "Deployment workers"
description: "List the worker processes currently executing a deployment's workflows."
method: "GET"
endpoint: "/api/v1/deployments/:id/workers"
order: 4
last_verified: 2026-07-27
---

<ApiEndpoint
  method="GET"
  endpoint="/api/v1/deployments/:id/workers"
  description="List the worker processes currently executing a deployment's workflows."
>
  <section>
    ### Path parameters

    <ApiAttribute name="id" type="string" description="The deployment's UUID." required={true} />
  </section>
</ApiEndpoint>
