---
title: "GET /resources/{resourceArn}"
method: GET
path: "/resources/{resourceArn}"
---

# GET /resources/{resourceArn}

`GET /resources/{resourceArn}`

Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.

## Path parameters

- `resourceArn` string, required

## Response `200`

Success

- DescribeProtectedResourceOutput
  - `ResourceArn` string — An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
  - `ResourceType` string — The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.
  - `LastBackupTime` string, date-time — The date and time that a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
  - `ResourceName` string — This is the non-unique name of the resource that belongs to the specified backup.

## Other responses

- `480` — MissingParameterValueException
- `481` — InvalidParameterValueException
- `482` — ServiceUnavailableException
- `483` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/backup.md) · [All operations](https://skmtc.net/aws/apis/backup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/backup/versions/386d8a5f8871/schema)
