Connections
List Connection Tags
List all Connection Tags.
GET
Response
200
application/json
OK
CreatedAt is the timestamp when this tag was created
Example:
"2023-08-15T14:30:45Z"
ID is the unique identifier for this specific tag
Example:
"tag_01H7ZD5SJRZ7RPGQRMT4Y9HF"
Key is the identifier for the tag category (e.g., "environment", "department")
Example:
"environment"
UpdatedAt is the timestamp when this tag was last updated
Example:
"2023-08-15T14:30:45Z"
Value is the specific tag value associated with the key (e.g., "production", "finance")
Example:
"production"