> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# Data

> Read and delete collected form/data submissions.

List, retrieve, and delete collected data submissions. There is no create endpoint.

<Note>
  Read and delete only.
</Note>

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/data/retrieve-all-data" horizontal>
    `GET` `/data/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/data/retrieve-one-data" horizontal>
    `GET` `/data/{datum_id}`
  </Card>

  <Card title="Delete" icon="trash" href="/en/api-reference/data/delete-data" horizontal>
    `DELETE` `/data/{datum_id}`
  </Card>
</CardGroup>
