> 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: "Get a worker"
description: "Fetch a single worker by its UUID."
method: "GET"
endpoint: "/api/v1/workers/:id"
order: 2
last_verified: 2026-07-27
---

<ApiEndpoint
  method="GET"
  endpoint="/api/v1/workers/:id"
  description="Fetch a single worker by its UUID."
>
  <section>
    ### Path parameters

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