The additive advanced capability is not activated as a shipped pricing revision on this branch.
Параметры
Имя
Где
Тип
Описание
idобязателен
Путь
integer (int32)
Project id.
event_nameобязателен
Путь
string
Exact event contract name, including ActionPulse-managed pp.* definitions.
cursorнеобязателен
Query
string
Opaque Registry cursor bound to project and the complete effective query scope.
limitнеобязателен
Query
integer
По умолчанию 50.
Ответы
Код
Что означает
Тело
200
Cursor-paginated history snapshots.
object
401
Missing or invalid credentials (code=unauthorized)
Error
402
Product access is not active. `code=trial_expired` means the organization's trial ended without payment; `code=subscription_required` means there is no current paid subscription or live trial. In both cases ingest, mutations and plan-gated read/write capabilities are paused until a plan is paid; details.billing_url, when present, points to the cabinet billing page.
Exact event contract name, including ActionPulse-managed pp.* definitions.
versionобязателен
Путь
integer
Ответы
Код
Что означает
Тело
200
Exact schema version.
RegistrySchemaVersion
401
Missing or invalid credentials (code=unauthorized)
Error
404
Resource not found (code=not_found)
Error
GET/projects/{id}/registry/health
Calculate deterministic registry health signals (viewer+)
Аутентификация
Bearer: токен доступа (JWT)
operationId
getProjectsIdRegistryHealth
Compares the requested window with the immediately preceding equal baseline window. The additive advanced capability is not activated as a shipped pricing revision on this branch.
Параметры
Имя
Где
Тип
Описание
idобязателен
Путь
integer (int32)
Project id.
fromобязателен
Query
string (date-time)
RFC3339 inclusive window start; from/to must form a non-empty range of at most 31 days.
toобязателен
Query
string (date-time)
RFC3339 exclusive window end; from/to must form a non-empty range of at most 31 days.
cursorнеобязателен
Query
string
Opaque Registry cursor bound to project and the complete effective query scope.
limitнеобязателен
Query
integer
По умолчанию 50.
Ответы
Код
Что означает
Тело
200
Cursor-paginated deterministic health signals.
object
401
Missing or invalid credentials (code=unauthorized)
Error
402
Product access is not active. `code=trial_expired` means the organization's trial ended without payment; `code=subscription_required` means there is no current paid subscription or live trial. In both cases ingest, mutations and plan-gated read/write capabilities are paused until a plan is paid; details.billing_url, when present, points to the cabinet billing page.
Error
403
Authenticated but not permitted (code=forbidden)
Error
404
Resource not found (code=not_found)
Error
408
Query exceeded the endpoint-specific timeout (code=query_timeout)
Read the customer-confirmed meaningful activity definition (viewer+)
Аутентификация
Bearer: токен доступа (JWT)
operationId
getProjectsIdMeaningfulActivity
This project-scoped business definition is separate from the Event Registry schema contract. It is ready only while the selected event is active and has a non-empty customer-facing display name.
Параметры
Имя
Где
Тип
Описание
idобязателен
Путь
integer (int32)
Project id.
Ответы
Код
Что означает
Тело
200
Current computed definition, including the normal unconfigured state.
MeaningfulActivityDefinition
401
Missing or invalid credentials (code=unauthorized)
Error
404
Resource not found (code=not_found)
Error
PUT/projects/{id}/semantics/meaningful-activity
Confirm which event represents meaningful user activity (analyst+)
Аутентификация
Bearer: токен доступа (JWT)
operationId
putProjectsIdMeaningfulActivity
The event must belong to this project, be active and have a non-empty display name. The definition revision and append-only history advance in the same PostgreSQL transaction.
Параметры
Имя
Где
Тип
Описание
idобязателен
Путь
integer (int32)
Project id.
Тело запроса application/json , обязательно
Поле
Тип
Описание
event_nameобязательно
string
Ответы
Код
Что означает
Тело
200
Confirmed ready definition.
MeaningfulActivityDefinition
401
Missing or invalid credentials (code=unauthorized)
Clear the meaningful activity definition (analyst+)
Аутентификация
Bearer: токен доступа (JWT)
operationId
deleteProjectsIdMeaningfulActivity
Preserves and advances the project definition revision and audit history.
Параметры
Имя
Где
Тип
Описание
idобязателен
Путь
integer (int32)
Project id.
Ответы
Код
Что означает
Тело
200
Unconfigured definition after clearing the event binding.
MeaningfulActivityDefinition
401
Missing or invalid credentials (code=unauthorized)
Error
403
Authenticated but not permitted (code=forbidden)
Error
404
Resource not found (code=not_found)
Error
Источник раздела — docs/api/openapi.yaml репозитория продукта,
версия API 1.0.0, OpenAPI 3.0.3,
снимок 095579325c2d.
Расхождение снимка со спецификацией роняет сборку документации.