---
title: "POST /describeWorldTemplate"
method: POST
path: "/describeWorldTemplate"
---

# POST /describeWorldTemplate

`POST /describeWorldTemplate`

Describes a world template.

## Request body

- object
  - `template` string, required — The Amazon Resource Name (arn) of the world template you want to describe.

## Response `200`

Success

- DescribeWorldTemplateResponse
  - `arn` string — The Amazon Resource Name (ARN) of the world template.
  - `clientRequestToken` string — Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
  - `name` string — The name of the world template.
  - `createdAt` string, date-time — The time, in milliseconds since the epoch, when the world template was created.
  - `lastUpdatedAt` string, date-time — The time, in milliseconds since the epoch, when the world template was last updated.
  - `tags` object — A map that contains tag keys and tag values that are attached to the world template.
  - `version` string — The version of the world template that you're using.

## Other responses

- `480` — InvalidParameterException
- `481` — ResourceNotFoundException
- `482` — ThrottlingException
- `483` — InternalServerException

---

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