> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/list/listbymeta.md).

# listByMeta

**listByMeta 블록은 언제 사용하나요?**

* 복합 메타에서 단일 메타에 있는 특정 메타를 호출해서 목록으로 표시할 때 사용해요.

**listByMeta 블록의 특징은 무엇인가요?**

* 복합 메타에서만 사용할 수 있어요.&#x20;
* 메타 코드 입력 칸에 표시하고 싶은 특정 메타의 코드를 입력해서 불러와요.
* 메타 코드 입력 칸 아래의 \[선택 메타 편집]버튼을 클릭해, 호출한 특정 메타로 바로 이동할 수 있어요.

<figure><img src="/files/cSH4qlBYrjM2gR15ZUhN" alt=""><figcaption></figcaption></figure>

2023.10.18 Jinny

## listByMeta

Retrieve certain meta from compound meta.

**When do I use the listByMeta block?**

* This block is used to retrieve certain meta data from a meta comound meta and display it as a list.&#x20;

**What are characteristics of listByMeta blocks?**

* This block can only be used in compound metas.

2023.07.27 Hwaran

> \#리스트 목록 출력, #listByMeta, #복합 메타, #메타 호출, #메타 호출하는 방법


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/list/listbymeta.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.
