v6

latestSwagger 2.02026-07-134146172.3 KB

Get analysis status and results

Get the status of an analysis job. A job can consist of one or more tasks. After all tasks succeed, the job transitions to the succeeded state and results are available for each task.

get/analyze-conversations/jobs/{jobId}

Path parameters

jobIdstring uuid required

job ID

Query parameters

api-versionstring required

The API version to use for this operation.

showStatsboolean

(Optional) if set to true, response will contain request and document level statistics.

Response

The request has succeeded.

displayNamestring

display name

createdDateTimestring date-time required

Date and time job created

expirationDateTimestring date-time

Date and time job expires

jobIdstring uuid required

Universally Unique Identifier

lastUpdatedDateTimestring date-time required

last updated date and time

status'notStarted' | 'running' | 'succeeded' | 'partiallyCompleted' | 'failed' | 'cancelled' | 'cancelling' required

The status of the task at the mentioned last update time.

nextLinkstring

next link