cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/skills/{slug}/reviews
{ "items": [ { "id": "<string>", "skill_slug": "<string>", "rating": 123, "text": "<string>", "author_display_name": "<string>", "created_at": "<string>", "author_slug": "<string>" } ], "total": 123, "skill_slug": "<string>", "average_rating": 123, "limit": 123, "offset": 123 }
List reviews for a skill (public, no auth required).
1 <= x <= 50
x >= 0
^(newest|oldest|highest|lowest)$
Successful Response
Show child attributes
Was this page helpful?