List
GET/tags
List all tags in use for the given projectId
List
curl https://api.cloud.scenario.com/v1/tags \
-u "$SCENARIO_SDK_API_KEY:SCENARIO_SDK_API_SECRET"{
"tags": [
{
"createdAt": "createdAt",
"itemCount": 0,
"ownerId": "ownerId",
"tagName": "tagName",
"updatedAt": "updatedAt"
}
],
"nextPaginationToken": "nextPaginationToken"
}Returns Examples
{
"tags": [
{
"createdAt": "createdAt",
"itemCount": 0,
"ownerId": "ownerId",
"tagName": "tagName",
"updatedAt": "updatedAt"
}
],
"nextPaginationToken": "nextPaginationToken"
}