LynceaAPI

Get project

Returns 404 when the project does not exist in the active tenant, including cross-tenant ids.

GET
/api/v1/projects/{projectId}
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

curl -X GET "https://api.monitoring.crahe-arthur.com/api/v1/projects/string"
{
  "allowedEnvironments": [
    "dev",
    "staging",
    "prod"
  ],
  "id": "018f7b9a-2fb6-48e4-bc02-2e5d9d9f1f9a",
  "tenantId": "018f7b9a-6f8d-4c1d-8d72-1bbecdadc101",
  "name": "Production API",
  "slug": "production-api",
  "retentionDays": 30,
  "createdAt": "2026-04-28T19:00:00.000Z",
  "updatedAt": "2026-04-28T20:00:00.000Z"
}