> For the complete documentation index, see [llms.txt](https://multiset.gitbook.io/multiset/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multiset.gitbook.io/multiset/fundamentals/rest-api-docs/map-details.md).

# Map details

This API endpoint retrieves comprehensive details of a VPS map by providing its unique map code in the URL path along with a bearer token for authentication, returning complete information including the map's status, geographic location, spatial metrics (floor areas, elevations, capture points), storage usage, etc.

{% hint style="info" %}
**`hasPano`** tells you whether the map has a 360° virtual tour. When it is `true`, you can load the tour with the [360° Virtual Tour (Pano)](/multiset/fundamentals/rest-api-docs/pano-360-virtual-tour.md) APIs. If the map belongs to a Map Version, the response also carries `versionCode` and `activeMapCode`. See [Map Versioning](/multiset/fundamentals/map-versioning.md) for how to apply them at runtime.
{% endhint %}

{% openapi src="/files/crAGFko3hVqHLa65gdiY" path="/vps/map/{mapCode}" method="get" %}
[get-map.yaml](https://3163433004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTDI7QVY04Zvb1pQ8Ry%2Fuploads%2Fgit-blob-d7af24680468fe3c6183fed5eea0ef44ab766f79%2Fget-map.yaml?alt=media)
{% endopenapi %}

### GET All VPS maps for an account

{% hint style="warning" %}
`limit` and `page` are both required on this endpoint. A request without them, such as `GET /vps/map`, returns `500` with `{"error": "Something went wrong!"}`. Use `GET /vps/map?limit=10&page=1` to fetch the first page.
{% endhint %}

{% openapi src="/files/WjX5DJ8IiGWIu7l50anH" path="/vps/map" method="get" %}
[openapi-maplist.yaml](https://3163433004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTDI7QVY04Zvb1pQ8Ry%2Fuploads%2Fgit-blob-6e904ae42be69edb7ec5074c9a00d1fb822c5637%2Fopenapi-maplist.yaml?alt=media)
{% endopenapi %}

{% openapi src="/files/REo9Pu8Yu4xpabhcwiue" path="/vps/map-set" method="get" %}
[mapset-api-openapi.yaml](https://3163433004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTDI7QVY04Zvb1pQ8Ry%2Fuploads%2Fh5JvlrsX78bpolBaI0ec%2Fmapset-api-openapi.yaml?alt=media\&token=25af37b3-58e0-4ef8-b053-5d362183c412)
{% endopenapi %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://multiset.gitbook.io/multiset/fundamentals/rest-api-docs/map-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
