List branches
List a connector’s branches with their connection URLs
id, name, status, created_at, and more) plus branch_url and the pooled URL fields when available.
Use this to populate internal dashboards or cleanup tools. For shell scripts that only need a URL, the CLI is simpler:
Authorizations
Ardent API key (sk-ard_live_… / sk-ard_test_…) or a dashboard session token.
Path Parameters
Response
Up to 100 branch rows for the connector. Rows may carry additional columns beyond the documented core.
Connector this branch was created from.
When the branch was created.
Branch ID.
Branch name, as given at create.
Branched service. postgres for Postgres branches.
Current branch status.
Direct connection URL for the branch; sensitive — use exactly as returned.
Most recent activity on the branch. Null when none has been recorded.
When masked data became ready. Null until then.
Prisma-formatted pooled URL; null when the provider has no pooled endpoint.
Pooled connection URL. Null when the provider has no pooled endpoint.
When the branch became ready for reads. Null until then.
When the branch became ready for writes. Null until then.