Список проектов
Authorization
bearerAuth AuthorizationBearer <token>
Personal Access Token (h3pat_...) или access-token из OIDC exchange.
In: header
Query Parameters
limit?integer
Сколько элементов вернуть (1–200, default 50)
Default
50Range
1 <= value <= 200cursor?string
Курсор из предыдущего ответа (next_cursor)
Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://api.h3llo.cloud/v1/projects"{
"items": [
{
"id": "p-9k1m2n",
"name": "prod",
"region": "ru-msk-1",
"created_at": "2024-09-12T10:21:08.512Z"
},
{
"id": "p-3a4b5c",
"name": "staging",
"region": "ru-msk-2",
"created_at": "2024-10-04T18:02:33.114Z"
}
],
"next_cursor": null,
"has_more": false
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"code": "string",
"trace_id": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"code": "string",
"trace_id": "string"
}