<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Get_a_Meeting API call returns &amp;quot;Invalid meeting id&amp;quot; for active ID in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/get-a-meeting-api-call-returns-quot-invalid-meeting-id-quot-for/m-p/5323314#M4502</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm playing around with the docs at&amp;nbsp;&lt;A href="https://developer.webex.com/meeting/docs/api/v1/meetings/get-a-meeting" target="_blank" rel="noopener"&gt;https://developer.webex.com/meeting/docs/api/v1/meetings/get-a-meeting&lt;/A&gt;&amp;nbsp;but am struggling to get meeting details for an ongoing meeting. I get the meeting details within the context of the developer console in a webex apphub app, and running:&lt;/P&gt;&lt;P&gt;webexInstance.meeting.getMeeting().then(e =&amp;gt; console.log(JSON.stringify(e)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "conferenceId": "",
  "displayName": "",
  "endTime": "",
  "id": "24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3",
  "instanceId": "89def94f-86d4-52af-a448-0c37c582e9a1",
  "isPresenting": false,
  "meetingType": "MEETING",
  "permissionToken": "",
  "startTime": "2025-08-22T15:23:42.132Z",
  "title": "",
  "url": "",
  "userRoles": [
    "COHOST",
    "HOST",
    "PRESENTER"
  ]
}&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;However, when I run the request at the documentation site by passing in 24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3&amp;nbsp; as the meeting ID, I get a response of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "message": "Invalid meeting id: '24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3'",
    "errors": [
        {
            "description": "Invalid meeting id: '24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3'"
        }
    ],
    "trackingId": "ROUTERGW_fef19ee0-d5e9-454b-9e1b-0b8bd8d3e677"
}&lt;/PRE&gt;&lt;P&gt;I've also tried passing in my email (as meeting host) and the session ID as the meeting ID but no luck. Am I missing something here?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2025 15:45:17 GMT</pubDate>
    <dc:creator>lbslbm0iz2</dc:creator>
    <dc:date>2025-08-22T15:45:17Z</dc:date>
    <item>
      <title>Get_a_Meeting API call returns "Invalid meeting id" for active ID</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-a-meeting-api-call-returns-quot-invalid-meeting-id-quot-for/m-p/5323314#M4502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm playing around with the docs at&amp;nbsp;&lt;A href="https://developer.webex.com/meeting/docs/api/v1/meetings/get-a-meeting" target="_blank" rel="noopener"&gt;https://developer.webex.com/meeting/docs/api/v1/meetings/get-a-meeting&lt;/A&gt;&amp;nbsp;but am struggling to get meeting details for an ongoing meeting. I get the meeting details within the context of the developer console in a webex apphub app, and running:&lt;/P&gt;&lt;P&gt;webexInstance.meeting.getMeeting().then(e =&amp;gt; console.log(JSON.stringify(e)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "conferenceId": "",
  "displayName": "",
  "endTime": "",
  "id": "24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3",
  "instanceId": "89def94f-86d4-52af-a448-0c37c582e9a1",
  "isPresenting": false,
  "meetingType": "MEETING",
  "permissionToken": "",
  "startTime": "2025-08-22T15:23:42.132Z",
  "title": "",
  "url": "",
  "userRoles": [
    "COHOST",
    "HOST",
    "PRESENTER"
  ]
}&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;However, when I run the request at the documentation site by passing in 24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3&amp;nbsp; as the meeting ID, I get a response of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "message": "Invalid meeting id: '24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3'",
    "errors": [
        {
            "description": "Invalid meeting id: '24dd74f5-dff5-5bb0-b7f3-4e1a9815e9a3'"
        }
    ],
    "trackingId": "ROUTERGW_fef19ee0-d5e9-454b-9e1b-0b8bd8d3e677"
}&lt;/PRE&gt;&lt;P&gt;I've also tried passing in my email (as meeting host) and the session ID as the meeting ID but no luck. Am I missing something here?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 15:45:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-a-meeting-api-call-returns-quot-invalid-meeting-id-quot-for/m-p/5323314#M4502</guid>
      <dc:creator>lbslbm0iz2</dc:creator>
      <dc:date>2025-08-22T15:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get_a_Meeting API call returns "Invalid meeting id" for</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-a-meeting-api-call-returns-quot-invalid-meeting-id-quot-for/m-p/5323396#M4503</link>
      <description>&lt;P&gt;To answer myself: It turns out the issue is that the meeting ID returned by the JavaScript SDK isn't the same as the meeting ID held by the web API. The latter seems to only be accessible using the list-meetings endpoint:&amp;nbsp;&lt;A href="https://developer.webex.com/meeting/docs/api/v1/meetings/list-meetings" target="_blank"&gt;https://developer.webex.com/meeting/docs/api/v1/meetings/list-meetings&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 19:24:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-a-meeting-api-call-returns-quot-invalid-meeting-id-quot-for/m-p/5323396#M4503</guid>
      <dc:creator>lbslbm0iz2</dc:creator>
      <dc:date>2025-08-22T19:24:43Z</dc:date>
    </item>
  </channel>
</rss>

