DescribeAgenticDBBranch

Updated at:
Copy as MD

Queries the details of an AgenticDB branch.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

cn-hangzhou

DBClusterId

string

Yes

pagc-bp1abcdef1234567

TenantId

string

Yes

t-4b83e0da66674951

ProjectId

string

Yes

proj-a1b2c3d4e5f6

BranchId

string

Yes

br-7g8h9i0j1k2l

Response elements

Element

Type

Description

Example

object

RequestId

string

C3D4E5F6-A7B8-9012-CDEF-345678901CDE

TenantId

string

t-4b83e0da66674951

ProjectId

string

proj-a1b2c3d4e5f6

ProjectName

string

analytics-prod

BranchId

string

br-7g8h9i0j1k2l

BranchName

string

feature-analytics

ParentBranchId

string

br-1a2b3c4d5e6f

ParentBranchName

string

main

BranchComputeClusterId

string

pc-g0lsayq8c5qe

BranchComputeNodeCount

integer

1

MinCU

string

0.25

MaxCU

string

2

Description

string

Feature branch for analytics

Status

string

Running

LastActivatedAt

string

2026-06-10T12:30:00Z

CreateTime

string

2026-06-10T11:00:00Z

IsDefaultBranch

boolean

false

Examples

Success response

JSON format

{
  "RequestId": "C3D4E5F6-A7B8-9012-CDEF-345678901CDE",
  "TenantId": "t-4b83e0da66674951",
  "ProjectId": "proj-a1b2c3d4e5f6",
  "ProjectName": "analytics-prod",
  "BranchId": "br-7g8h9i0j1k2l",
  "BranchName": "feature-analytics",
  "ParentBranchId": "br-1a2b3c4d5e6f",
  "ParentBranchName": "main",
  "BranchComputeClusterId": "pc-g0lsayq8c5qe",
  "BranchComputeNodeCount": 1,
  "MinCU": "0.25",
  "MaxCU": "2",
  "Description": "Feature branch for analytics",
  "Status": "Running",
  "LastActivatedAt": "2026-06-10T12:30:00Z",
  "CreateTime": "2026-06-10T11:00:00Z",
  "IsDefaultBranch": false
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.