Get PostgreSQL database connection string for your organization
Retrieve the PostgreSQL database connection details for your organization. This provides direct access to your organization’s database instance for custom analytics, integrations, and data management.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
org_[organization_id])API Key for authentication
Successful Response
Represents a Neon project used in xpander.ai for managing database resources.
Attributes: id (str): Unique identifier for the Neon project. name (str): Name of the Neon project. organization_id (Optional[str]): The associated organization ID, inferred from the name if not provided. connection_uri (Optional[ConnectionURIResponse]): The connection URI for the project.