LaunchDarkly Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
LaunchDarkly Tables
| Name | Description |
| AuditLogEntries | Returns a list of all audit log entries. |
| AuditLogEntry | Returns a detailed audit log entry representation. |
| Branch | Returns a branch. |
| CurrentTeamMember | Returns the current team member associated with the auth token. |
| Destination | Returns a single data export destination by ID. |
| Destinations | Returns a list of data export destinations that have been configured across all projects and environments. |
| Environment | Returns an environment given a project and key. |
| Environments | Returns a list of all environments for a specific project. |
| FeatureFlags | Returns feature flags. |
| FeatureFlagStatuses | Returns a list of statuses for all feature flags. The status includes the last time the feature flag was requested, as well as a state, which will be one of the following: new, active, inactive, launched. |
| FindUsers | Search users in LaunchDarkly based on their last active date, or a search query. |
| ProjectMetric | Returns information for a single metric from the specific project. |
| ProjectMetrics | Returns a list of all metrics for the specified project. |
| Projects | Returns a list of all projects in the account. |
| Repositories | Returns a complete list of connected repositories. |
| Segments | Returns a list of segments. |
| TeamMembers | Returns a list of users. |
| UserFlagSettings | Lists the current flag settings for a given user. The most important attribute in the response is the _value. The _value is the current setting that the user will see. For a boolean feature toggle, this will be true, false, or null if there is no defined fallthrough value. |
| Users | Returns a list of users. |
| Webhooks | Returns a list of all webhooks. |