Tools
fireflies_rule_executions
Run the fireflies_rule_executions tool. Returns a clean, normalized JSON shape. Bring your own key — connect fireflies first via POST /v1/connections.
POST
fireflies_rule_executions
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the fireflies_rule_executions tool. Returns a clean, normalized JSON shape. Bring your own key — connect fireflies first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/fireflies_rule_executions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"limit": 2,
"cursor": "<string>",
"logs_per_meeting": 2,
"filters": {}
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/fireflies_rule_executions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"limit": 2,
"cursor": "<string>",
"logs_per_meeting": 2,
"filters": {}
}
'{}