> ## 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/{event_id}

> Retrieve one filed dilution event with linked instruments and verification fields

Retrieve one filed dilution event with linked instruments and verification fields

<Info>
  Audience: investors and developers verifying one identified offering or issuance event.
</Info>

## Canonical metadata

* `id`
* `ticker`
* `accessionNumber`
* `documentUrl`
* `verification.confidence`
* `requestId`
* `traceparent (standard response/header)`

## Example request

<RequestExample>
  ```bash theme={null}
  curl -X GET \
    -H "x-api-key: $SECAPI_API_KEY" \
    -H "secapi-version: 2026-03-19" \
    "https://api.secapi.ai/v1/dilution/events/dil_evt_example_123"
  ```
</RequestExample>

## Example response

<ResponseExample>
  ```json theme={null}
  {
    "object": "dilution_event",
    "id": "dil_evt_acme_2026q1_a",
    "ticker": "ACME",
    "accessionNumber": "0001234567-26-001234",
    "documentUrl": "https://example.test/424b5.htm",
    "isAtm": true,
    "offeringAmount": 50000000,
    "filedAt": "2026-02-12T20:31:00.000Z",
    "verification": {
      "confidence": 0.92
    },
    "requestId": "req_2ZK8Q1W9F4M6P7R3",
    "traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01"
  }
  ```
</ResponseExample>

## Evidence and links

Use this route after selecting an ID from the events list. Linked warrants or convertibles describe relationships recorded in the data model; read the cited filing for legal terms, amendments, and conditions. This record is disclosure evidence, not a complete capital-structure model. See [API conventions](/api-conventions) for provenance handling.

## Give this prompt to your agent

<Prompt>
  Use SEC API GET /v1/dilution/events/{event_id} to retrieve one filed dilution event with linked instruments and verification fields. For the standard response, preserve `id`, `ticker`, `accessionNumber`, `documentUrl`, `verification.confidence`, `requestId`. When requesting the compact agent view, keep its returned fields and requestId. Retain traceparent only from standard-response body or HTTP-header context when present; the compact agent view does not include it. Return a concise markdown summary and the structured fields needed for the next step without filling in missing disclosure data.
</Prompt>

## Failure posture

* retain the event ID, accession, filing URL, and verification block
* treat `404 dilution_event_not_found` as an unresolved identifier, not an absence-of-disclosure conclusion
* do not turn linked instruments into a forecast of exercised or issued shares
