Skip to main content

List Uploaded Agents

Returns agents the authenticated user has directly uploaded (as opposed to agents accessible from the registry).

GET /api/v1/user/upload-agents — 🔒 Requires Auth

Query Parameters

ParameterRequiredDefaultDescription
limit20Maximum number of agents to return

Examples

curl "https://nasiko.dev/api/v1/user/upload-agents?limit=50" \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."