Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/dilution/events/
Retrieve a single dilution event by id, including the full verification block, offering economics, and provenance pointer.Audience: application and coding agent.
Canonical metadata
requestIdtraceparentverificationprovenance
Path parameters
| Param | Type | Description |
|---|---|---|
event_id | string | Primary key of the dilution event row (e.g. dil_evt_acme_424b5_2026q1). |
Query parameters
| Param | Type | Description |
|---|---|---|
view | default | compact | agent | Response shape — agent compresses verification via summarizeVerification. |
Example request
Example response
Errors
404 dilution_event_not_found— no row matchesevent_id.
Give this prompt to your agent
Failure posture
- treat non-2xx responses as contract-aware failures, not free-form errors
- preserve
requestIdandtraceparentin logs and downstream reports - on
404 dilution_event_not_found, do not retry; the id is wrong or the row is not yet extracted