Queries an Agentic space.
Operation description
Applies to agentic-type file systems.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:GetAgenticSpace |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
The file system ID. |
06229oypxjgox0u**** |
| AgenticSpaceId |
string |
Yes |
AgenticSpace Id。 |
agentic-229oypxjgpau2**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0D****3E |
| AgenticSpace |
object |
The AgenticSpace information. |
|
| FileSystemId |
string |
The file system ID. |
06229oypxjgox0u**** |
| AgenticSpaceId |
string |
AgenticSpace Id。 |
agentic-229oypxjgpau2**** |
| Description |
string |
AgenticSpace Description。 |
AgenticSpace Description。 |
| FileSystemPath |
string |
The absolute file path. |
/test/ |
| Azone |
string |
The zone ID. |
cn-hangzhou-i |
| Status |
string |
The status of the AgenticSpace. Valid values:
|
Running |
| CreateTimeUtc |
string |
The time when the AgenticSpace was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. |
2026-06-10T10:08:08Z |
| UpdateTimeUtc |
string |
The time when the AgenticSpace was last updated. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. |
2026-06-10T10:08:08Z |
| Quota |
object |
The quota information. |
|
| SizeLimit |
integer |
The total capacity limit of the quota. Unit: bytes. Valid values:
|
10737418240 |
| FileCountLimit |
integer |
The file count limit of the quota. Valid values:
|
10000000 |
| FileCountUsage |
integer |
The file count usage. |
100 |
| SpaceUsage |
integer |
The capacity usage. Unit: bytes. |
1024 |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0D****3E",
"AgenticSpace": {
"FileSystemId": "06229oypxjgox0u****",
"AgenticSpaceId": "agentic-229oypxjgpau2****",
"Description": "AgenticSpace Description。",
"FileSystemPath": "/test/",
"Azone": "cn-hangzhou-i",
"Status": "Running",
"CreateTimeUtc": "2026-06-10T10:08:08Z",
"UpdateTimeUtc": "2026-06-10T10:08:08Z",
"Quota": {
"SizeLimit": 10737418240,
"FileCountLimit": 10000000
},
"FileCountUsage": 100,
"SpaceUsage": 1024
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalCharacters | The parameter contains illegal characters. | The parameter contains illegal characters. |
| 400 | MissingFileSystemId | FileSystemId is mandatory for this action. | The FileSystemId parameter is not specified. |
| 400 | InvalidAgenticSpace.NotFound | The specified AgenticSpace is not found. | The specified AgenticSpace was not found. |
| 403 | OperationDenied.FilesetNotSupported | The operation is not supported. | The file system does not support Fileset. |
| 404 | InvalidFileSystem.NotFound | The specified filesystem does not exist. | The specified file system does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.