For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
GuidesAPI reference
GuidesAPI reference
  • API Overview
      • GETList Tags
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
API OverviewTags

List Tags

GET
https://api-gateway.merge.dev/v1/tags
GET
/v1/tags
$curl https://api-gateway.merge.dev/v1/tags
200Retrieved
1{
2 "data": [
3 {
4 "id": "string",
5 "tag_key": "string",
6 "tag_value": "string",
7 "object": "tag",
8 "org_id": "string",
9 "is_global": false,
10 "created_at": "2024-01-15T09:30:00Z",
11 "updated_at": "2024-01-15T09:30:00Z"
12 }
13 ],
14 "object": "list",
15 "has_more": false,
16 "next_cursor": "string"
17}

List all available tags.

Returns tags available for the authenticated organization, including both global and org-scoped tags.

Was this page helpful?
Previous

Commit Draft Policy

Built with

Response

Successful Response
datalist of objects
object"list"
has_morebooleanDefaults to false
next_cursorstring or null