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