---
title: "GET /geofencing/v0/collections/{CollectionName}"
method: GET
path: "/geofencing/v0/collections/{CollectionName}"
---

# GET /geofencing/v0/collections/{CollectionName}

`GET /geofencing/v0/collections/{CollectionName}`

Retrieves the geofence collection details.

## Path parameters

- `CollectionName` string, required

## Response `200`

Success

- DescribeGeofenceCollectionResponse
  - `CollectionArn` string, required — <p>The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services. </p> <ul> <li> <p>Format example: <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection</code> </p> </li> </ul>
  - `CollectionName` string, required — The name of the geofence collection.
  - `CreateTime` string, date-time, required — The timestamp for when the geofence resource was created in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
  - `Description` string, required — The optional description for the geofence collection.
  - `KmsKeyId` string — A key identifier for an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html">Amazon Web Services KMS customer managed key</a> assigned to the Amazon Location resource
  - `PricingPlan` 'RequestBasedUsage' | 'MobileAssetTracking' | 'MobileAssetManagement' — No longer used. Always returns <code>RequestBasedUsage</code>.Deprecated. Always returns RequestBasedUsage.
  - `PricingPlanDataSource` string — No longer used. Always returns an empty string.Deprecated. Unused.
  - `Tags` object — Displays the key, value pairs of tags associated with this resource.
  - `UpdateTime` string, date-time, required — The timestamp for when the geofence collection was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — ThrottlingException

---

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