GET
/
environment
Get all environments
curl --request GET \
  --url https://api.praxos.ai/environment \
  --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

List of environments

id
string
required

Unique identifier of the environment

name
string
required

Name of the environment

created_at
string<date-time>
required

Creation timestamp of the environment

description
string

Description of the environment