Queries an Agentic space.
Operation description
Applicable to Agentic file systems.
Before you begin
Before you call this operation, create resources in the following order:
-
Create an Agentic file system: Call CreateFileSystem to create a file system with the following parameters:
StorageType: Set toAgentic.ProtocolType: Set toNFS.Supported regions: The Agentic storage type is available only in specific regions and zones. Check the console for details.
-
Query the AgenticSpace list: After the file system is created (status is Running), call this operation DescribeAgenticSpaces to query the list of AgenticSpaces in the file system.
If AgenticSpaces have been created in the file system, the complete list is returned.
If no AgenticSpaces have been created in the file system, an empty list is returned.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:DescribeAgenticSpaces |
list |
*FileSystem
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
The file system ID. |
1ca404**** |
| Filters |
array<object> |
No |
The collection of filter conditions. |
|
|
object |
No |
The filter condition. |
||
| Key |
string |
No |
The name of the filter key. Valid values:
Valid values:
|
AgenticSpaceIds |
| Value |
string |
No |
The value of the filter key. Wildcards are not supported.
|
06229oypxjgox0u**** |
| NextToken |
string |
No |
The pagination token. Set this parameter to the value of NextToken that is returned in the previous API call. |
MTc3OTkzNTA0Mjg0NTc1MDI4OCM0MDQ0MzA****= |
| MaxResults |
integer |
No |
The number of results per query. Valid values: 10 to 100. Default value: 20. |
20 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
BC7C825C-5F65-4B56-BEF6-98C56C7C**** |
| NextToken |
string |
The pagination token. Set this parameter to the value of NextToken that is returned in the previous API call. |
MTc2NTg1MTUyMzA1OTczNTc1OCM0NjQxMzQ****= |
| AgenticSpaces |
object |
||
| AgenticSpace |
array<object> |
The AgenticSpace information. |
|
|
array<object> |
The AgenticSpace information. |
||
| FileSystemId |
string |
The file system ID. |
0322djegiekcia5**** |
| AgenticSpaceId |
string |
AgenticSpace Id。 |
agentic-229oypxjgpau2**** |
| Description |
string |
The description of the AgenticSpace. |
Description |
| FileSystemPath |
string |
The absolute path of the file. |
/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. |
|
| FileCountLimit |
integer |
The maximum number of files allowed by the quota. Valid values:
|
10000000 |
| SizeLimit |
integer |
The maximum total capacity allowed by the quota. Unit: bytes. Valid values:
|
10737418240 |
| FileCountUsage |
integer |
The number of files used. |
100 |
| SpaceUsage |
integer |
The capacity used. Unit: bytes. |
1024 |
Examples
Success response
JSON format
{
"RequestId": "BC7C825C-5F65-4B56-BEF6-98C56C7C****",
"NextToken": "MTc2NTg1MTUyMzA1OTczNTc1OCM0NjQxMzQ****=",
"AgenticSpaces": {
"AgenticSpace": [
{
"FileSystemId": "0322djegiekcia5****",
"AgenticSpaceId": "agentic-229oypxjgpau2****",
"Description": "Description",
"FileSystemPath": "/test/",
"Azone": "cn-hangzhou-i",
"Status": "Running",
"CreateTimeUtc": "2026-06-10T10:08:08Z",
"UpdateTimeUtc": "2026-06-10T10:08:08Z",
"Quota": {
"FileCountLimit": 10000000,
"SizeLimit": 10737418240
},
"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 | InvalidParameter.SortOrder | Invalid sort order. | Parameter SortOrder error. |
| 400 | InvalidParameter.SortOrderField | Invalid sort order field. | Parameter SortOrderField error. |
| 400 | InvalidFilesystemType.NotSupport | The API operation does not support the file system type. | The API operation does not support the file system type. |
| 403 | OperationDenied.FilesetNotSupported | The operation is not supported. | The file system does not support Fileset. |
| 404 | InvalidFileSystem.NotFound | The specified file system does not exist. | The specified file system does not exist. |
| 404 | InvalidFilterParam | The specified Filter.N.Key is invalid. | The specified Filter.N.Key parameter is invalid. |
| 404 | InvalidFilterValue | The specified Filter.N.Value is invalid. | The value of Filter.1.Value is invalid. |
| 404 | InvalidParameter.InvalidNextToken | The specified NextToken is invaild. | |
| 404 | InvalidParameter.InvalidMaxResults | The specified MaxResults is invalid. | The specified MaxResults is invalid. |
| 404 | InvalidAgenticSpace.NotFound | The specified AgenticSpace is not found. | The specified AgenticSpace was not found. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.