Skip to main content
GET
/
api
/
personal
/
dump
List Dump Endpoint
curl --request GET \
  --url https://api.example.com/api/personal/dump
{
  "entries": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "text": "<string>",
      "updated_at": "<string>"
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

entries
DumpEntryResponse · object[]
required
total
integer
required