GET
/
environments
curl --request GET \
  --url https://api.praxos.ai/environments \
  --header 'API-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

API-key
string
header
required

API key for authentication

Query Parameters

id
string

ID of the environment

name
string

Name of the environment

Response

200
application/json

List of environments

The response is of type object.