Get Export Task Status

get

/api/v1/bots/{botId}/insightExports/{exportId}/status

Returns the status of a skill-level export task.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.
Body ()
Root Schema : InsightsExportStatusResponse
Type: object
Show Source
  • If the export task failed, then this property explains why it failed. Otherwise, it contains 'No Error'
  • Allowed Values: [ "Completed", "In_Progress", "Failed", "Started", "No_Data" ]
    The current status of the export.
    • Completed: The export completed successfully
    • In_Progress: The export is in progress.
    • Failed: The export failed.
    • Started: The export has started.
    • No_Data: There wasn't any data to export. Try a different date range or filter.

404 Response

The export task doesn't exist.
Back to Top