Tags
List Tags
Retrieve all tags available to you
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve all tags available to you
GET /v1/me/tags.list
curl -H "x-api-key: jk_your_personal_key" \
"https://beta-api.meetjamie.ai/v1/me/tags.list"
{
"result": {
"data": {
"json": {
"tags": [
{
"id": "tag-001",
"name": "Product",
"shared": false
},
{
"id": "tag-002",
"name": "Engineering",
"shared": true
}
]
}
}
}
}
| Field | Type | Description |
|---|---|---|
tags | array | List of tag objects |
tags[].id | string | Unique tag ID |
tags[].name | string | Tag name |
tags[].shared | boolean | true if this tag was shared with you by another user, false if you own it |
tag parameter on /v1/me/meetings.list to filter meetings by tag.