# Download routing events

The <a href="https://docs.solidgate.com/orchestration/routing/manage-routing/#track-routing" target="_blank">report</a> offers detailed information on routing events. It provides insights into each event, including unique identifiers, configuration and version, route and step details, 3DS decisions, and connector account selected for processing.
<blockquote>
<p>The report unloads data based on the date range parameters that corresponds to the date the operation was executed.</p>
<p>In a successful response, you will be redirected to S3 to download the file.</p>
</blockquote>

Endpoint: GET /routing/events/report/{report_id}/download
Version: 1.0.0
Security: MerchantID

## Path parameters:

  - `report_id` (string, required)
    Unique report identifier for download.

<blockquote>
  <p>It follows the pattern [report_prefix] [date (yyMMdd)] [time (HHmmss)] [channel name].</p>
</blockquote>

## Header parameters:

  - `merchant` (string, required)

  - `signature` (string, required)

## Response 200 fields (application/json):

  - `report_url` (string, required)
    URL for the report stored on Amazon S3, which needs to be downloaded.
    Example: https://reports.solidgate.com/api/v1/routing/events/report/routing_220504_143924_test/download

  - `error` (object, required)
    Error object.

  - `error.code` (string, required)
    Unauthorized access due to invalid credentials.
    Example: 1.01

  - `error.messages` (array, required)
    Array of error messages applied to the decline payment.

