This endpoint is in preview and may be modified or removed at any time.
To use this endpoint, add preview=true to the request query parameters.
Retrieves all published maps containing the mapName (does not have to be exact).
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:map-read.
stringThe name of the map(s) to be queried.
integerThe maximum number of matching Gaia maps to return. Defaults to 50.
stringThe page token indicates where to start paging. This should be omitted from the first page's request.
booleanEnables the use of preview functionality.
objectThe response body containing the queried Gaia maps
list<GaiaMapMetadata>stringThe page token indicates where to start paging. api-gateway's Core.PageToken is an immutable @Unsafe String, which is incompatible with Gaia's backend search. This is a custom PageToken that is an immutable @Safe String.
1
2
3
curl \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/gaia/maps/search?mapName=Example+map+name&preview=true"| Error Name | ||
|---|---|---|
Error | Error Code | INTERNAL |
| Status Code | 500 | |
| Description | Failed to convert MapAppData from artifact appData to gaia MapAppData | |
| Parameters | mapId | |
Search | Error Code | PERMISSION_DENIED |
| Status Code | 403 | |
| Description | Could not search the Map. | |
| Parameters | | |
See Errors for a general overview of errors in the platform.