List tags
GET
https://api.eu-west-1.aworld.cloud/dashboard/v1/tags
Tags
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/dashboard/v1/tags'
Response Response Example
{
"items": [
{
"tagId": "string",
"namespace": "string",
"variant": "string",
"origin": "CATALOG",
"tagCatalogId": "string",
"syncWithCatalog": true,
"defaultLang": "string",
"langs": [
"string"
],
"accountId": "string",
"workspaceId": "string",
"sourceRegion": "string",
"stage": "DRAFT",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"nextToken": "string"
}
Request
Query Params
nextToken
stringÂ
optional
limit
integerÂ
optional
Default:
20
Responses
Modified at 2025-06-26 12:50:38