> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/industry/subject/getconditionaltagmetadata.md).

# GetConditionalTagMetadata

### Tag

다양한 검색 조건을 사전에 tag 형태로 등록해 두고, 해당 검색 조건에 만족하는 기업 리스트를 손쉽게 추출할 수 있도록 처리하거나, 혹은 특정 기업이 어떤 조건에 해당하는지를 관리합니다.

tag 는 사용자가 추가할 수는 없으며, 사전에 정의된 tag 에 따라 해당 tag 에 해당하는 기업리스트를 받아오거나, 혹은 특정 기업이 해당하는 tag 가 무엇인지 조회하는 것이 가능합니다.

### Function specification

```
GetConditionalTagMetadata(tag_uids=None, format=None)
```

###

### Parameters

| Parameter | Type   | Description                                                                   |
| --------- | ------ | ----------------------------------------------------------------------------- |
| tag\_uids | string | 특정 tag id 를 입력하여, 해당 tag 에 해당하는 정보를 가지고 옵니다. 입력하지 않으면 전체 tag 리스트를 모두 가지고 옵니다. |
| format    |        |                                                                               |

###

### Examples

```
> GetConditionalTagMetadata(tag_uids=None, format=None)

...
tag_uid    category    name    expr    data
7ed687707ad33e6601a3a49dbde09a29    기업/주제    4차산업혁명|빅데이터    "빅데이터" 관련 기업 in "KRI:*C*""KRI:*J*" 산업 기업 or "*빅데이터*" 사업 기업    score: 0,
group: "주제/4차산업혁명/빅데이터
...
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/industry/subject/getconditionaltagmetadata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
