GET /v1/dilution/events/
Retrieve a single dilution event by id, including the full verification block, offering economics, and provenance pointer.Use this endpoint from server-side applications, SDKs, or agent workflows.
Response 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
Copy this SEC API prompt for your agent.
Errors and partial results
- Treat non-2xx responses as API errors and log the response body for debugging
- Log
requestIdandtraceparentso SEC API support can trace the request - on
404 dilution_event_not_found, do not retry; the id is wrong or no extracted row exists