# Any export job

You can access output URLs for any finished export job by making two API requests. First retrieve a list of all finished export jobs of an audience export, then retrieve the output URLs for the finished export job of your choice.

## Retrieve a list of all finished export jobs

 - [GET /v2/audienceExports/definitions/{audienceExportRef}/reports](https://api-docs.sitecore.com/cdp/audience-export-rest-api/any-export-job/retrievefinishedexportjobs.md): Retrieves a list of all finished export jobs of an audience export.

In the response, in every object in the array, the executionRef key contains the export job reference. You use the export job reference to retrieve the output URLs for that specific export job.

## Retrieve output URLs for a specific export job

 - [GET /v2/audienceExports/executions/{jobExecutionRef}/export](https://api-docs.sitecore.com/cdp/audience-export-rest-api/any-export-job/retrieveurlsofspecificexportjob.md): Retrieves the presigned URLs where you can download the outputs of the export job of your choice.

In the response, in every object in the exports array, the url key contains the output URL.

The URLs expire after a limited time. In the response, the expireAt key contains the expiration time. If you don't download the output before the URLs expire, you have to repeat this request to renew the URLs.

