Skip to main content
GET
/
v1
/
marketplace
/
agents
{
  "status": "<string>",
  "prompts": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "created_at": "<string>",
      "user_id": "<string>",
      "prompt": "<string>",
      "use_cases": {},
      "status": "<string>",
      "tags": "<string>",
      "category": "<string>",
      "links": [
        {}
      ]
    }
  ],
  "total_count": 123,
  "timestamp": "<string>"
}

Headers

x-api-key
string
required

Body

application/json
number_of_items
integer | null
default:10

Number of items to return

Response

Successful Response

Response schema for marketplace prompts endpoint.

prompts
MarketplacePrompt · object[]
required

List of marketplace prompts

total_count
integer
required

Total number of prompts available

status
string | null
default:success

The status of the marketplace prompts response.

timestamp
string | null
default:2025-11-03T23:52:03.407192

The timestamp of the marketplace prompts response.