---
title: "POST /agents/getById/{agentId}"
method: POST
path: "/agents/getById/{agentId}"
tags: ["agents"]
---

# POST /agents/getById/{agentId}

`POST /agents/getById/{agentId}`

## Path parameters

- `agentId` string, required

## Response `201`

- GetAgentResponseDto
  - `id` string, required
  - `name` string, required
  - `projectId` string, required
  - `creatorId` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — You are not authorized to access this resource

---

[API](https://skmtc.dev/agentlabs-dev/apis/agentlabs-api.md) · [All operations](https://skmtc.dev/agentlabs-dev/apis/agentlabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentlabs-dev/agentlabs-api/revisions/5cafb4936550/schema)
