Get Export File

get

/api/v1/bots/insights/dataExports/{id}/files/{filename}

Downloads the specified export ZIP file.

Request

Path Parameters
  • The name of the export file to download. The file names are available from the task's description that's returned by the GET /bots/insights/dataExports/{id} operation.
  • The job ID of the task that produced the export file.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success.

400 Response

There was an error in the request. The error description is in the body of the response.

404 Response

Either the task with the given job ID doesn't exist, or the file doesn't exist.
Back to Top