> ## Documentation Index
> Fetch the complete documentation index at: https://plivo.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a short code

> Fetch details of a specific short code from a number pool

Retrieves the details of the specified short code from the number pool.

#### API Endpoint

```text GET theme={null}
https://api.plivo.com/v1/Account/{auth_id}/NumberPool/{number_pool_uuid}/Shortcode/{shortcode}/
```

### Arguments

<Note>
  No arguments need to be passed.
</Note>

### Returns

This API call returns the details for the short code identified by the `shortcode` specified in the request URL.

```json Response theme={null}
{
    "added_on": "2022-10-09T11:10:59.741978Z",
    "api_id": "b42933e8-0a88-11ea-b072-0242ac110007",
    "country_iso2": "US",
    "number_pool_uuid": "{number_pool_uuid}",
    "shortcode": "{your_short_code}"
}
```
