33 lines
905 B
Markdown
33 lines
905 B
Markdown
---
|
|
name: store-routes
|
|
description: Handle 1 OpenAPI operation(s) under /v2/store for the store route group.
|
|
---
|
|
|
|
# store API Routes
|
|
|
|
Handle 1 OpenAPI operation(s) under /v2/store for the store route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### store_get
|
|
|
|
- Operation ID: `store_get`
|
|
- Route: `GET /v2/store`
|
|
- Mode: READ
|
|
- Summary: Get list of Actors in Store
|
|
- Parameters:
|
|
- `limit` in `query`
|
|
- `offset` in `query`
|
|
- `search` in `query`
|
|
- `sortBy` in `query`
|
|
- `category` in `query`
|
|
- `username` in `query`
|
|
- `pricingModel` in `query`
|
|
- `allowsAgenticUsers` in `query`
|
|
- `responseFormat` in `query`
|
|
- `includeUnrunnableActors` in `query`
|