Skip to content
View as Markdown

API Services

Looking for available messages and enums? See the API reference.

AdminService

Manages administrative settings including Slack integrations, notification groups, views, API/SDK keys, users, teams, and connectors.

Methods

  • CreateKey Creates an API key or SDK key for the authenticated user.

  • DeleteConnector Deletes a connector by ID.

  • GetConnectors Lists all connectors for the organization.

  • GetKeys Lists the API and SDK keys available to the authenticated user.

  • RevokeKey Revokes an API key or SDK key by ID.

  • UpsertConnector Creates or updates a connector for the organization.

DashboardService

Provides access to dashboards and chart data, including layout and time series metrics.

Methods

  • GetChartsData Retrieves chart data for one or more charts.

  • GetUniqueAppIds Returns the distinct platform, app ID, and app version combinations seen in the specified time range.

DebugFileService

Manages debug files for the authenticated organization.

Methods

  • ListDebugFiles Lists debug files matching the specified filter criteria.

IssueService

Manages crash and issue tracking, including issue groups, individual issues, and feature flag analysis.

Methods

TimelineService

Provides access to session timeline data, including logs, metadata, and hydration state.

Methods

WorkflowDataService

Queries data collected by workflow actions, such as captured sessions.

Methods

  • FetchCapturedSessions Fetches captured sessions matching the given criteria, optionally scoped to a specific action.

WorkflowService

Manages workflows and their lifecycle, including creation, deployment, and configuration.

Methods