get-project
Retrieve comprehensive configuration details for a Lightdash project, including warehouse connection, dbt integration, and metadata. Use this to access project settings and infrastructure information.
Instructions
Get detailed information about a specific project.
Returns comprehensive project details including:
Project configuration and settings
Warehouse connection information
dbt integration details
Project metadata
When to use: When you need detailed configuration information about a specific project, such as its warehouse connection, dbt settings, or other metadata.
Parameters:
project_uuid: Optional. If not provided, uses the current/default project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | No | Optional: UUID of the project. If not provided, uses current project from LIGHTDASH_PROJECT_UUID env var or first available project. |