cURL
curl --request POST \ --url https://connvo-dev.convex.cloud/api/run/interests/queries/listCatalog \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "args": { "category": "industry", "limit": 6 } } '
{ "status": "success", "errorMessage": "", "errorData": {}, "value": [ { "key": "software-engineering", "label": "Software Engineering", "category": "industry", "iconName": "Code", "usageCount": 128 }, { "key": "product-management", "label": "Product Management", "category": "industry", "iconName": "Briefcase", "usageCount": 94 } ] }
Calls a query at the path interests/queries.js:listCatalog
Standard user authentication token issued via WorkOS. Provide as Authorization: Bearer <user-token>.
Authorization: Bearer <user-token>
Show child attributes
Convex executed your request and returned a result
success
error