
Find your Zoom meeting history on web, desktop, or mobile — including meetings you attended, not just ones you hosted. Plus: how to get full transcripts.
On this page
- Does Zoom Keep a History of Your Meetings?
- Method 1: Zoom Web Portal
- Method 2: Zoom Desktop App
- Method 3: Zoom Mobile App (iOS and Android)
- Method 4: Zoom API (For Developers)
- Get a Complete Zoom Meeting History with Fireflies
- Frequently Asked Questions
- Can I see Zoom meetings I attended but did not host?
- How long does Zoom keep meeting history?
- What information does Zoom meeting history show?
- How do I delete my Zoom meeting history?
- Why isn't my Zoom meeting showing in my history?
- Is Zoom meeting history available on the free plan?
- Conclusion
Zoom keeps a record of every meeting, but your Zoom meeting history is not always where you expect it. What you can see depends on your account type and on whether you hosted the call or just joined it.
This guide covers four ways to pull up your Zoom meeting history: the web portal, the desktop app, mobile, and the API. It also answers the questions people ask most, like what Zoom actually stores, how far back the record goes, and how to find meetings you attended but did not run.
Does Zoom Keep a History of Your Meetings?
Yes, Zoom keeps a history of the meetings you host. In the web portal under Meetings → Previous, you can see each meeting's topic, date, time, and duration. This works on free Basic accounts and paid licenses alike, but only meetings you hosted appear there. If you joined through a shared link without hosting, Zoom generally will not add it to your Previous list, even while signed in, and even connecting your calendar afterward will not pull it back. The native traces of an attended meeting are scattered and limited. There is a short recent-meetings list in the desktop app, a Zoom Hub view on newer desktop versions that lists meetings you hosted or participated in, and, on paid accounts, an admin-only Attendee Log. Each is covered below.
Want more than just a log? Fireflies captures the full transcript and AI summary of every Zoom call automatically. Get started free.
Method 1: Zoom Web Portal
Zoom's meeting-history view is available on both free Basic accounts and paid licenses. The first step depends on your license:
- Sign in at zoom.us.
- Basic (free) accounts: in the side menu, click Meetings. Pro and higher: click the Zoom Products icon in the top-right corner, then Meetings.
- Click the Previous tab. This lists the meetings you hosted, with topic, ID, and date.
- Optionally set the Start Time / End Time range. Only meetings in that range show, and expired meetings drop off the list entirely.
For a fuller record, including participant counts and join and leave times, use Reports. This part requires a paid plan (Pro or higher):
- Click your profile picture in the top-right corner, then Admin Center (account owners and admins) or My account (individual hosts). In the side menu, click Reports. Zoom's older navigation, Account Management then Reports for admins or Analytics & Reports for members, still appears in some accounts and leads to the same place.
- Open the Usage Reports tab. From My account, click Meetings & Webinars first, then Usage Reports.
- Click Meeting and webinar history. You can view the data by meeting or by host, and set a date range of up to one month at a time.
- To keep a copy, click Export to download the report as a CSV file.
The neighboring User Activity Reports tab holds the Attendee Log, the one Zoom report that lists meetings a user joined as well as hosted (Pro or higher, admin permission required, see the FAQ below). And if you are after the actual recording of a call rather than the log, that sits in a separate section; here is a full rundown of where your Zoom recordings go.
Method 2: Zoom Desktop App
The Zoom Workplace desktop app is handy for a quick look at recent meetings without opening a browser, though it is more limited than the web portal.
Where your past meetings appear depends on how the app is set up:
- If you have connected a calendar, your meetings live under the Calendar tab.
- If you have not, you will see a Meetings tab instead.
- If neither is visible, check the More tab.
To see meetings you recently joined rather than hosted, click the Join button, then click the dropdown arrow in the Meeting ID or personal link name field. This holds only your 10 most recently attended meetings, with a shortened topic and ID. Because it is stored locally on that one computer and does not sync across devices, an older meeting drops off once you have joined 10 newer ones, so a call from months ago will usually be gone. Treat it as a convenience shortcut, not a durable history. The Meetings or Calendar tab, by contrast, shows scheduled meetings you are associated with and their "View join info" details, not a list of everything you attended.
On desktop app version 6.5.5 or higher there is one more place to look. Click the Hub tab (or More, then Hub), then under Browse files by, click Meetings. Zoom Hub lists meetings you hosted or participated in, arranged by date, with the recordings and summaries attached to each one, and you can filter by Meetings I hosted or by participant. Zoom notes Hub may not be available for every account. Usage reports and exports still live only in the web portal from Method 1.
If the call was recorded, you can reach it here too. Open the Calendar tab and filter by Recorded, use Open Recordings in the calendar side panel, or in Hub open My files, then Meeting recordings, where cloud and computer recordings sit in separate tabs.
Method 3: Zoom Mobile App (iOS and Android)
Mobile is where Zoom's meeting history gets thinnest. Neither the hosted-meeting list from the web portal nor the joined-meeting list from the desktop app exists inside the Zoom mobile app. What the app does give you is a daily schedule on the Home tab, which you can page backward to earlier dates. It shows meetings you scheduled, plus meetings you were invited to if you have connected your calendar, and tapping a meeting card opens its details along with any recording, transcript, or summary. It is a calendar view, not a log, and a meeting you joined only through a shared link will not be there.
Android: The Zoom Workplace app on Android has no Meetings or Previous screen for past meetings. The bottom navigation can be reordered and varies by account, but in our test it carried no Meetings tab at all. The app is built for starting, joining, and scheduling calls, not for browsing what you already attended. To reach your hosted history from an Android phone, use your mobile browser instead:
- Open your browser, such as Chrome, and sign in at zoom.us.
- If Zoom tries to push you into the app, open the browser menu and turn on Desktop site.
- Open the navigation menu, tap Meetings, then the Previous tab.
- Set your date range.
iOS: The Zoom Workplace app on iPhone works the same way. In our test the bottom bar showed Home, Chat, Hub, Canvas, Calendar, and More, though Zoom lets you reorder these tabs and hides some depending on your plan. There is no Meetings tab and no Previous screen, and the Home tab is the same daily schedule as on Android. To reach your hosted history from an iPhone, use your mobile browser instead:
- Open your browser, such as Safari, and sign in at zoom.us.
- If Zoom tries to push you into the app, open the browser menu and turn on Desktop site.
- Open the navigation menu, tap Meetings, then the Previous tab.
- Set your date range.
Either way, the limitation is the same. The browser route only shows meetings you hosted, not a meeting you simply joined through a shared link.
Method 4: Zoom API (For Developers)
If you write code, Zoom's REST API can pull meeting data programmatically, which is useful for building your own reporting or feeding records into another system. It carries one important limit, so it helps to know what the API can and cannot do before you start. Skip ahead if you just want to view your history in the dashboard.
What the API cannot do: There is no self-service endpoint that hands an individual user a complete list of the meetings they attended. Zoom's Meetings API is built around meetings you host or schedule, so the same gap between hosting and attending that you hit in the Zoom interface exists here too. The closest thing is an admin report. GET /v2/report/users/{userId}/meetings accepts type=pastJoined, which returns all past meetings the account's users hosted or joined, but it requires a Pro or higher plan, the report:read:admin scope, a one-month date range that falls within the past six months, and it only returns meetings with two or more participants.
What it can do. Once you know a specific meeting's ID or UUID, you can pull that meeting's details and participants:
- GET /v2/past_meetings/{meetingId} returns the details of that past meeting.
- GET /v2/past_meetings/{meetingId}/participants returns who attended it, subject to your app's scopes and account permissions.
- GET /v2/report/meetings/{meetingId}/participants gives a participant report for a meeting you hosted.
- Account admins can use the dashboard endpoints, starting with GET /v2/metrics/meetings, to search the account's meetings and then pull participants for each one.
Authentication. Zoom deprecated JWT app tokens in 2023, so the old advice to "generate an API token in the Developer Portal" no longer works. Server-side access now uses Server-to-Server OAuth: create a Server-to-Server OAuth app in the Zoom App Marketplace, copy its account ID, client ID, and client secret, then request an access token with the account_credentials grant. All requests go to the base URL https://api.zoom.us/v2/ over HTTPS with that token.
Because Zoom revises its API over time, confirm the current endpoints and scopes at developers.zoom.us before you build.
Get a Complete Zoom Meeting History with Fireflies
The methods above share two limits. First, they are built around meetings you hosted, with attended meetings scattered across a local list, a Hub view, and an admin report. Second, they only give you a log of who met, when, and for how long. None of them tell you what was actually said, what was decided, or what you agreed to do next. Fireflies closes both gaps.
Fireflies automatically records, transcribes, and summarizes your meetings and keeps them in one place. Your history lives in the Meetings section, opened from the Meetings tab in the left sidebar. It holds every meeting Fireflies captured, sorted into channels like My Meetings and All Meetings, and it does not care whether you hosted the call or were only invited to it. Open any meeting and you get the full transcript and a set of AI meeting notes, the summary, action items, and key moments, not just the title and timestamp. So instead of only knowing that a call happened, you can reread exactly what was said. For a closer look at how the transcript is produced, see our guide to Zoom meeting transcripts.
Search across every meeting. The real advantage shows up when you need one detail from months of calls. With AskFred, Fireflies' AI assistant, you can ask a plain-language question and get the answer pulled from across all your past meetings, not just their titles or dates. Ask what a client said about pricing, or when a deadline first came up, and it takes you to the exact moment.
One history across every platform. Zoom's history only ever shows Zoom meetings. Fireflies keeps a single, searchable record of your Zoom, Google Meet, and Microsoft Teams calls together, so your history does not scatter every time a meeting moves to a different platform. It transcribes in 100+ languages, at 99% accuracy in English and 95% in other languages. Weighing your options? See how the two compare in Fireflies vs. Zoom AI.
Frequently Asked Questions
Can I see Zoom meetings I attended but did not host?
You can see Zoom meetings you attended but did not host only in limited ways, because the Meetings → Previous list is built around meetings you hosted. A meeting you joined through a shared link, without hosting it or having it on your calendar, does not enter your Zoom history, even while signed in. Three narrow exceptions exist. The Zoom desktop app keeps your 10 most recently joined meetings under the Join button, stored locally on that computer. On desktop version 6.5.5 or higher, Zoom Hub's Browse files by Meetings view lists meetings you hosted or participated in, with their recordings and summaries, though Zoom says Hub is not available to every account. And on paid accounts, an admin with reporting permission can run an Attendee Log listing meetings a user hosted or joined, going back to March 2022 and searchable one month at a time.
How long does Zoom keep meeting history?
Zoom keeps your meeting history for different lengths of time depending on the record, not one fixed period. Your Meetings → Previous list follows meeting-ID expiration rules, so a scheduled, non-recurring meeting ID expires 30 days after its date and drops off, while recurring meeting IDs and your personal meeting ID last 365 days from their last use. In the web portal, meeting reports can be pulled for the last 15 months, one month per search, while cloud recording reports cover the last 12 months. Through the API, the meeting report endpoint only reaches back six months. On paid accounts, the admin Attendee Log reaches back to March 2022. Because Zoom has changed these windows before, confirm the current figures in Zoom's support documentation if an exact cutoff matters to you.
What information does Zoom meeting history show?
Zoom meeting history shows the basics of each meeting you hosted: the topic, date and time, duration, and host. Paid accounts running a Usage or attendee report also get participant details, including join and leave times, which the standard Previous view does not show for free hosts. What none of it shows is the substance of the meeting: no transcript, no record of what was discussed, no chat messages unless they were separately saved, and no action items.
How do I delete my Zoom meeting history?
You cannot delete individual Zoom meeting history entries directly, because Zoom offers no one-click option to remove a single past meeting. Entries age off on their own as their meeting IDs expire. What you can delete is recordings. In the Recordings section of the web portal, removing a cloud recording sends it to Trash for 30 days before permanent deletion, though that does not erase the underlying meeting log entry. For organization-wide control, Zoom admins can set data-retention policies that automatically delete recordings after a set period.
Why isn't my Zoom meeting showing in my history?
Your Zoom meeting most likely isn't showing in your history because you attended it rather than hosted it, and the Meetings → Previous list only holds meetings you hosted. Other common reasons include:
- The meeting's ID has expired, so it dropped off the Previous list.
- The meeting was not scheduled through your Zoom account.
- You are signed in to a different Zoom account than the one you used to join.
If a meeting you definitely hosted is still missing, check Usage Reports in the web portal, since some data appears in reports even when it is not in the standard Previous view. For a meeting you joined, check Zoom Hub on the desktop app (Hub tab, then Browse files by Meetings), and on paid accounts an admin can run the Attendee Log.
Is Zoom meeting history available on the free plan?
Zoom meeting history is available on the free plan, but only for meetings you hosted. Zoom lists Basic (free) accounts among those that can open Meetings → Previous and review their own hosted meetings. What requires a paid plan is the deeper reporting: Usage Reports with participant detail and CSV export, and the admin Attendee Log that can surface meetings you only joined. So on a free account you can see the meetings you ran, but for a fuller or longer record, or for meetings you merely attended, you would need to upgrade Zoom or use a tool that keeps its own history regardless of your Zoom tier.
Conclusion
Zoom gives you several ways to look back, each with a ceiling. The web portal holds the fullest record, but only of meetings you hosted. The desktop app is handy for a quick look at recent calls, including a short list of ones you joined. Mobile has no real history view, so you fall back to the browser. The API, for developers, still cannot list meetings you only attended. Every one of them shows who met and when, never what was said, and only the admin Attendee Log records meetings you merely joined. Fireflies covers both, giving you a full transcript and summary of every call you host or attend, across Zoom, Google Meet, and Microsoft Teams. If you also meet on Google Meet, here is the companion guide to Google Meet meeting history.

Lynn Wang is a content strategist and editor with 8+ years covering technology, AI, and fintech. She has run newsroom operations and published 500+ articles, turning complex, technical topics into clear, accurate writing for mainstream readers.


