Skip to main content

Get Session Details

Use the following Rest API to list session details.


curl -L -X GET 'https://api.videosdk.live/v1/meeting-sessions/:id' \
-H 'Authorization: $YOUR_JWT_TOKEN'

Request

      Path Parameters
    • idoptionalstring

Response

  • __responseobject

      Properties
    • idstring

    • meetingIdstring

    • chatLinkstring

    • startdate

    • enddate

    • activeDurationnumber

    • participantsArray<object>

      • participantIdstring

      • namestring

      • timelogArray<object>

        • startdate

        • enddate

Got a Question? Ask us on discord


Was this helpful?