Retrieve an environment
Fetch a single environment by its ID, scoped to the authenticated tenant.
GET
Returns the full environment record for the given ID. Returns
404 if the environment does not exist or belongs to a different tenant.
Path parameters
The environment’s MongoDB ObjectId, as returned by List environments.
Returns
Environment ID (MongoDB ObjectId).
Owning tenant identifier.
Human-readable display name (e.g.
"Live", "Staging Sandbox").Environment type —
"live" or "sandbox"."active" or "disabled". Disabled environments reject all incoming API requests.API version configured for this environment. Currently always
"v1".Number of webhook delivery retry attempts. Default
3.When
true, extended logs are captured for this environment. Default false.Per-minute API rate-limit override.
null or absent means the tenant-level default applies.ISO 8601 UTC creation timestamp.
ISO 8601 UTC last-modified timestamp.
Error codes
| Status | Meaning |
|---|---|
400 | tenantId could not be resolved from the authenticated credential. |
401 | Missing or invalid API key pair. |
404 | No environment with this ID exists under the authenticated tenant. |