# Get

Launch stage: GA

`GET /api/disaster-recovery/v1/{name=accounts/*/stable-urls/*}`

Get a stable URL.

API scopes: disaster-recovery

Clouds: AWS, Azure

## Path parameters

- `name` (string, optional)
  The fully qualified resource name.
   Format: accounts/{account_id}/stable-urls/{stable_url_id}.

## Returns

Returns the StableUrl object.

## Response

```json
{
  "name": "string",
  "url": "string",
  "initial_workspace_id": "string",
  "failover_group_name": "string",
  "effective_workspace_id": "string",
  "stable_workspace_id": "string"
}
```

