v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Status

Get Async Task Status

Returns async task status by Job ID

get/ai/status/v1/jobs/{jobId}

Path parameters

jobIdstring uuid required

The job id to which status will be fetched

Response

Successful response

OR
OR
OR
OR
OR
OR

Example response

{
  "response": {
    "summaries": [
      {
        "name": "AbstractiveShort",
        "values": [
          {
            "confidence": 0.97,
            "value": "This meeting is focussed on rise of on demand marketplaces, online marketplaces and regulated services",
            "start": 0.3,
            "end": 3600.1
          }
        ]
      }
    ]
  }
}