CalryOTA Docs
Tags

Get all tags for the workspace

Returns all tags for a workspace with optional listing data

GET
/api/v1/tags

Query Parameters

includeListings?boolean

Whether to include listings attached to each tag

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/tags"
[
  {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "name": "string",
    "description": "string",
    "workspaceID": "string",
    "listingIds": [
      [
        "string"
      ]
    ]
  }
]
Empty
{
  "timestamp": "2025-03-05T11:45:49.631Z",
  "path": "<URL_PATH>",
  "message": "Authentication failed",
  "details": []
}