---
title: "Get specific agent"
method: GET
path: "/api/store/agents/{username}/{agent_name}"
tags: ["v2", "store", "public"]
---

# Get specific agent

`GET /api/store/agents/{username}/{agent_name}`

Get details of a marketplace agent

## Path parameters

- `username` string, required
- `agent_name` string, required

## Query parameters

- `include_changelog` boolean

## Response `200`

Successful Response

- StoreAgentDetails
  - `store_listing_version_id` string, required
  - `slug` string, required
  - `agent_name` string, required
  - `agent_video` string, required
  - `agent_output_demo` string, required
  - `agent_image` string[], required
  - `creator` string, required
  - `creator_avatar` string, required
  - `sub_heading` string, required
  - `description` string, required
  - `instructions` string, nullable
  - `categories` string[], required
  - `runs` integer, required
  - `rating` number, required
  - `versions` string[], required
  - `graph_id` string, required
  - `graph_versions` string[], required
  - `last_updated` string, date-time, required
  - `recommended_schedule_cron` string, nullable
  - `owning_org_id` string, nullable
  - `active_version_id` string, required
  - `has_approved_version` boolean, required
  - `changelog` ChangelogEntry[], nullable
    - `version` string, required
    - `changes_summary` string, required
    - `date` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-09** `183f82172fec` — 1 info
  - added the optional property `owning_org_id` to the response with the `200` status
- **2026-04-30** `8c84efcb3afb` — 1 warning
  - removed the optional property `owning_org_id` from the response with the `200` status

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/store/agents/:username/:agent_name/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/revisions/5f27fa9d6c03?raw)
