Retrieving a Saved Transaction Search Request {#txn-search-retrieve}
====================================================================

To retrieve a saved transaction search, your client application must send an HTTPS GET request to the server. The format of the URL is as follows:

```
GET https://&lt;url_prefix&gt;/tss/v2/searches/{searchID}
```

| Value                  | Description                                                                                                                                                                                                    |
|:-----------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| \&lt;`url_prefix`\&gt; | Name of the server from which to download the report. Use one of these values: * **Production:** `api.cybersource.com` * **Production in India**: api.in.cybersource.com * **Test:** `apitest.cybersource.com` |
| `searchID`             | The ID returned in the search request response.                                                                                                                                                                |
[Transaction Search Request URL Values]

{#txn-search-retrieve_rx_txn_search_request_url_values}

Responses {#txn-search-retrieve_Id18AO80Q0RYK}
----------------------------------------------

This call can return one of the following HTTP status codes:

* `200`: Successful response.
* `404`: The specified resource is not found in the system.
* `500`: Unexpected server error.

For detailed information on the responses, including which fields are returned, see the [Transaction Search REST API Reference](https://developer.cybersource.com/api-reference-assets/index.md#transaction-search "").
