Timepiece - Time in Status for Jira Cloud
Breadcrumbs

Download an export file

Overview

GET /rest/export/<export_id>/download

Downloads the file for a completed file export operation.

Required Permissions

  • All Users with Timepiece access can download the file for their own file exports.

Request

GET <service_url>/rest/export/<export_id>/download

Parameters

Parameter

Description

Required

Value Samples

export_id

The id of the file export that you want to query the information for

Yes

341abae0-e277-4302-a6f9-cd7b5643ddef

Example Requests

GET https://tis.obss.io/rest/export/341abae0-e277-4302-a6f9-cd7b5643ddef/download

Response

Response Codes

  • 200 OK: Returns a file that contains the generated export data.

  • 404 Export Not Found: When an export with the given export_id is not found. The export_id might be invalid or the export might belong to another user.