Retrieves detailed information about a logical environment by its ID.
Documentation Index
Fetch the complete documentation index at: https://docs.chainloop.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token for authentication
ID is the unique identifier of the logical environment
Name of the logical environment (must be DNS-1123 compliant)
A successful response.
{
"updated_at": "2000-01-23T04:56:07.000Z",
"organization_id": "organization_id",
"name": "name",
"description": "description",
"created_at": "2000-01-23T04:56:07.000Z",
"id": "id"
}