curl --request GET \
--url https://api.verial.ai/environments/{id} \
--header 'Authorization: Bearer <token>'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}Retrieve details for a specific environment.
curl --request GET \
--url https://api.verial.ai/environments/{id} \
--header 'Authorization: Bearer <token>'{
"id": "2023-11-07T05:31:56Z",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}