/api/environments
Get all environments
Try this endpoint
Use your Meshery hostname or local server URL when calling this endpoint.
Meshery Playground server URL
https://playground.meshery.io/api/environmentsMeshery Server URL (controlled via PORT environment variable)
http://localhost:9081/api/environmentsParameters
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
search | string | No | Get responses that match search param value |
order | string | No | Get ordered responses |
page | string | No | Get responses by page |
pagesize | string | No | Get responses by pagesize |
orgId | string (uuid) | Yes | User’s organization ID |
Returned data
Responses
Status codes, content types, and response schemas returned by this endpoint.
application/json
| Field | Type | Required | Description |
|---|---|---|---|
environments | array of object | No | Environments associated with this resource. |
page | integer | No | Zero-based page index returned in this response. |
pageSize | integer | No | Maximum number of items returned on each page. |
totalCount | integer | No | Total number of items across all pages. |
text/plain
Schema: string
Schema: string
text/plain
Schema: string
Schema: string