Skip to content

Deployment

deployment_environment_get

Get a single environment by id

Tool

deployment_environment_get

Get a single environment by id

Get a single environment by id

Behavior

HTTP
GET /deployment/environments/:id

Arguments

NameTypeRequiredDescription
idstringNo description in the catalog.

Response

FieldTypeAlwaysDescription
idstring
namestring
slugstring
typestring
statusstring
prBranchstring
prNumberinteger
createdAtstring
expiresAtstring
updatedAtstring
isProductionboolean
lastErrorMessagestring
baseEnvironmentIdstring

Try it

Get a single environment by id.

When to use

Get a single environment by id

Example

Ask your agent something like this:

Get a single environment by id.

The agent will invoke deployment_environment_get with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect