cURL
curl --request GET \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/runs/{run_id}/reactions \ --header 'Authorization: Bearer <token>'
{ "reactions": [ { "created_at": 123, "id": "<string>", "sentiment": "<string>", "user": { "email": "<string>", "id": "<string>", "name": "<string>", "photo_url": "<string>" }, "feedback": "<string>" } ], "next_page_token": "<string>" }
List reactions for a project run (admin only)
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Platform run id or idempotency key.
Reactions listed
Show child attributes