List Tags
GET/v1/tags/
Get the list of all tags (from agents and blocks) that have been created.
List Tags
curl https://api.letta.com/v1/tags/ \
-H "Authorization: Bearer $LETTA_API_KEY"[
"string"
]Returns Examples
[
"string"
]Get the list of all tags (from agents and blocks) that have been created.
curl https://api.letta.com/v1/tags/ \
-H "Authorization: Bearer $LETTA_API_KEY"[
"string"
][
"string"
]