Error log

Specification status

Specification only. The /api/v1/errors API is not implemented yet. This hub describes the intended FR-4 behavior; OpenAPI and code will follow a finalized spec.

Learning mistake log (FR-4): store and list short messages, optionally linked to a conspectus the user owns. Optional conspectus_uuid should be validated against that user’s notes when both exist.

Methods (quick links)

HTTP operationId Internal method page
POST /api/v1/errors createErrorLog Method page
GET /api/v1/errors listErrorLogs Method page

API surface

POST /api/v1/errors

operationId
createErrorLog
Idempotency
Required; path key /api/v1/errors.
Body
Optional conspectus_uuid (must belong to the user).
Success
201 Created — error log row.

GET /api/v1/errors

operationId
listErrorLogs
Idempotency
Not used (read).
Success
200 OK — paginated list.

← Conspectus resource hub

Page history

Date Change Author
Added Page history section (repository baseline). Ivan Boyarkin