/meetings/{meetingId}
Retrieve the details of a meeting.
Scopes: meeting:read:admin
meeting:read
Rate Limit Label: Light
Authorization
Request Parameters
Responses
HTTP Status Code: 200
Meeting object returned.
Unique meeting ID. Each meeting instance will generate its own Meeting UUID (i.e., after a meeting ends, a new UUID will be generated for the next instance of the meeting). You can retrieve a list of UUIDs from past meeting instances using this API . Please double encode your UUID when using it for API calls if the UUID begins with a '/'or contains ‘//’ in it.
Meeting ID: Unique identifier of the meeting in “long” format(represented as int64 data type in JSON), also known as the meeting number.
ID of the user who is set as host of meeting.
Unique identifier of the scheduler who scheduled this meeting on behalf of the host. This field is only returned if you used “schedule_for” option in the Create a Meeting API request.
Email address of the meeting host.
Meeting topic.
Meeting Types:1
- Instant meeting.2
- Scheduled meeting.3
- Recurring meeting with no fixed time.4
- PMI Meeting
8
- Recurring meeting with a fixed time.
Meeting status
Meeting start time in GMT/UTC. Start time will not be returned if the meeting is an instant meeting.
Meeting duration.
Timezone to format the meeting start time on the .
Time of creation.
Meeting description
The expiration time for the start_url
field listed in the response of Create a Meeting API is two hours for all regular users.
For users created using the custCreate
option via the Create Users API, the expiration time of the start_url
field is 90 days.
For security reasons, to retrieve the updated value for the start_url
field programmatically (after the expiry time), you must call the Retrieve a Meeting API and refer to the value of the start_url
field in the response.
This URL should only be used by the host of the meeting and should not be shared with anyone other than the host of the meeting as anyone with this URL will be able to login to the Zoom Client as the host of the meeting.
URL for participants to join the meeting. This URL should only be shared with users that you would like to invite for the meeting.
Meeting passcode.
H.323/SIP room system passcode.
Encrypted passcode for third party endpoints (H323/SIP).
Personal Meeting Id. Only used for scheduled meetings and recurring meetings with no fixed time.
Tracking fields
Array of occurrence objects.
Meeting settings.
Recurrence object. Use this object only for a meeting with type 8
i.e., a recurring meeting with fixed time.