> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/manage-private-feed-access/list-private-feed-listeners.md).

# List private-feed listeners

List listener identities and access states inside the connected podcast scope.

Filter by podcast whenever you are managing access for one show.

## Before you start

* Find the podcast ID.
* Confirm that the connected user can edit podcast information.

## List listeners

1. Ask your agent to list listeners with the podcast ID.
2. Review each listener ID, email or username, status, and expiry.
3. Match the intended person by more than one detail when similar identities exist.
4. If `pagination.next_offset` is present, request the next page.
5. Keep the exact listener ID for any change.

The default page contains 25 listeners. You can request up to 100 at once.

## Expected result

You have the exact listener record and current access state inside the intended podcast.

## If the list is empty

Confirm the podcast ID and access permission. An empty result can also mean that no listener has been added yet. Do not infer a private URL or listener credential.

## Next step

* [Add a private-feed listener](/documentation/start-here/ai-agents/manage-private-feed-access/add-a-private-feed-listener.md)
* [Activate, deactivate, or delete a listener](/documentation/start-here/ai-agents/manage-private-feed-access/activate-deactivate-or-delete-a-listener.md)


---

# 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.podigee.com/documentation/start-here/ai-agents/manage-private-feed-access/list-private-feed-listeners.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.
