---
title: "List all the agents in an Organization."
method: GET
path: "/orgs/{orgId}/agents"
tags: ["Agents", "public"]
---

# List all the agents in an Organization.

`GET /orgs/{orgId}/agents`

## Path parameters

- `orgId` string, required

## Query parameters

- `fingerprint` string

## Response `200`

Successful list response.

- Agent[]
  - `id` string, required — The Agent id.
  - `description` string — A description to show future users. It can be empty.
  - `created_at` string, date-time, required — Time of the Agent being registered.
  - `created_by` string, required — User ID of user that added the Agent.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
