---
title: "List store creators"
method: GET
path: "/api/store/creators"
tags: ["v2", "store", "public"]
---

# List store creators

`GET /api/store/creators`

List or search marketplace creators

## Query parameters

- `featured` boolean — Filter to only show featured creators
- `search_query` string, nullable — Literal + semantic search on names and descriptions
- `sorted_by` 'agent_rating' | 'agent_runs' | 'num_agents'
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- CreatorsResponse
  - `creators` CreatorDetails[], required
    - `username` string, required
    - `name` string, required
    - `description` string, required
    - `avatar_url` string, nullable, required
    - `links` string[], required
    - `is_featured` boolean, required
    - `num_agents` integer, required
    - `agent_runs` integer, required
    - `agent_rating` number, required
    - `top_categories` string[], required
  - `pagination` Pagination, required
    - `total_items` integer, required — Total number of items.
    - `total_pages` integer, required — Total number of pages.
    - `current_page` integer, required — Current_page page number.
    - `page_size` integer, required — Number of items per page.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
