Webex · Example Payload

Webex List Recordings Example

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Webex List Recordings Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "list_recordings",
  "method": "GET",
  "path": "/convergedRecordings",
  "summary": "List Recordings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "items": [
          {
            "id": "ea0efc7c-f83a-4972-b0eb-c0f30cff5e61",
            "topic": "Call with TestUser6 WebexCRP-20241004 1624",
            "createTime": "2024-10-04T16:24:25Z",
            "timeRecorded": "2024-10-04T16:20:20Z",
            "ownerId": "a6aad220-e520-4529-a191-e84a72c0c9c2",
            "ownerType": "user",
            "ownerEmail": "nshtestwebex+testuser7@gmail.com",
            "format": "MP3",
            "durationSeconds": 23,
            "sizeBytes": 74222,
            "serviceType": "calling",
            "storageRegion": "US",
            "status": "available",
            "serviceData": {
              "locationId": "02a43ee9-17ae-4e0c-9e79-720e3a6503fd",
              "callSessionId": "b51c62ea-bbf6-4828-8959-1e41d8752022"
            }
          },
          {
            "id": "518cdca4-61c7-47dc-840b-29827d0cb62d",
            "topic": "call with title",
            "createTime": "2024-10-30T22:30:53Z",
            "timeRecorded": "2024-10-30T22:17:19Z",
            "ownerId": "d7468402-e95f-42a9-92c8-dd65f45d40ba",
            "ownerType": "user",
            "ownerEmail": "nshtestwebex+testuser7@gmail.com",
            "format": "MP3",
            "durationSeconds": 60,
            "sizeBytes": 244326,
            "serviceType": "calling",
            "storageRegion": "US",
            "status": "available",
            "serviceData": {
              "locationId": "02a43ee9-17ae-4e0c-9e79-720e3a6503fd",
              "callSessionId": "7ba29675-3016-4bf0-af19-66cf2854b000"
            }
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-list-recordings-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.