# Rollbar

Error tracking and monitoring platform for developers

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 17
- **Triggers:** 0
- **Slug:** `ROLLBAR`
- **Version:** 20260407_00

## Tools

### Check Team Project Assignment

**Slug:** `ROLLBAR_CHECK_TEAM_PROJECT_ASSIGNMENT`

Tool to check if a team is assigned to a project in Rollbar. Use when you need to verify team-project relationships or validate access permissions. Returns 404 if the project is not assigned to the team.

### Check User Team Assignment

**Slug:** `ROLLBAR_CHECK_USER_TEAM_ASSIGNMENT`

Tool to check if a user is assigned to a team in Rollbar. Use when you need to verify team membership for a specific user.

### Get Occurrences Metrics

**Slug:** `ROLLBAR_GET_OCCURRENCES_METRICS`

Get occurrence counts over a span of time with flexible grouping, filtering, and aggregation. Use this to analyze error patterns, track occurrence metrics across time periods, and generate custom reports by grouping on fields like environment, platform, or user attributes.

### Get Project

**Slug:** `ROLLBAR_GET_PROJECT`

Tool to retrieve details of a specific Rollbar project by its ID. Use when you need to get project information including name, status, settings, and timestamps.

### Get Team by ID

**Slug:** `ROLLBAR_GET_TEAM`

Tool to retrieve details of a specific team by ID. Use when you need to fetch information about a team including its name, account ID, and access level.

### Get TTR metrics

**Slug:** `ROLLBAR_GET_TTR_METRICS`

Get resolution time metrics for a list of projects. Use when you need to analyze how long it takes to resolve issues in Rollbar projects.

### Get User by ID

**Slug:** `ROLLBAR_GET_USER`

Tool to retrieve a specific user from Rollbar by their user ID. Use when you need to fetch user details including username, email, and notification settings.

### List All Projects

**Slug:** `ROLLBAR_LIST_ALL_PROJECTS`

Tool to list all projects in the Rollbar account. Use when you need to retrieve all projects associated with the account.

### List All Teams

**Slug:** `ROLLBAR_LIST_ALL_TEAMS`

Tool to list all teams in a Rollbar account. Use when you need to retrieve all teams for an account.

### List All Users

**Slug:** `ROLLBAR_LIST_ALL_USERS`

Tool to list all users in the Rollbar account. Use when you need to retrieve user information or filter users by email address.

### List Project Teams

**Slug:** `ROLLBAR_LIST_PROJECT_TEAMS`

Tool to list all teams with access to a Rollbar project. Use when you need to retrieve teams associated with a specific project.

### List RQL Jobs

**Slug:** `ROLLBAR_LIST_RQL_JOBS`

Tool to list all RQL (Rollbar Query Language) jobs. Use when you need to retrieve all RQL jobs and their statuses.

### List Team Invitations

**Slug:** `ROLLBAR_LIST_TEAM_INVITATIONS`

Tool to list pending invitations to a Rollbar team. Use when you need to view all outstanding team invitations.

### List Team Projects

**Slug:** `ROLLBAR_LIST_TEAM_PROJECTS`

Tool to list all projects a team has access to in Rollbar. Use when you need to see which projects are associated with a specific team.

### List Team Users

**Slug:** `ROLLBAR_LIST_TEAM_USERS`

Tool to list all users in a Rollbar team. Use when you need to retrieve team membership information.

### List User Projects

**Slug:** `ROLLBAR_LIST_USER_PROJECTS`

Tool to list all projects a user has access to. Use when you need to retrieve projects for a specific user by their user ID.

### List User Teams

**Slug:** `ROLLBAR_LIST_USER_TEAMS`

Tool to list all teams a user belongs to in Rollbar. Use when you need to retrieve team memberships for a specific user.
