DescribeAgenticDBProject
Queries the details of an AgenticDB project.
Try it now
Test
RAM authorization
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 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
I9J0K1L2-M3N4-5678-IJKL-789012345678 |
|
| TenantId |
string |
t-4b83e0da66674951 |
|
| ProjectId |
string |
proj-a1b2c3d4e5f6 |
|
| ProjectName |
string |
analytics-prod |
|
| Description |
string |
Production analytics database |
|
| DefaultBranchName |
string |
main |
|
| DefaultBranchId |
string |
br-1a2b3c4d5e6f |
|
| CreateTime |
string |
2026-06-10T11:00:00Z |
|
| Status |
string |
Active |
Examples
Success response
JSON format
{
"RequestId": "I9J0K1L2-M3N4-5678-IJKL-789012345678",
"TenantId": "t-4b83e0da66674951",
"ProjectId": "proj-a1b2c3d4e5f6",
"ProjectName": "analytics-prod",
"Description": "Production analytics database",
"DefaultBranchName": "main",
"DefaultBranchId": "br-1a2b3c4d5e6f",
"CreateTime": "2026-06-10T11:00:00Z",
"Status": "Active"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.