> For the complete documentation index, see [llms.txt](https://docs.solflare.com/solflare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solflare.com/solflare/technical/solflare-notifications/api-endpoints/list-casts-endpoint.md).

# List Casts Endpoint

```javascript
GET /v1/casts/list
Headers
{
  "Authorization": "Basic 5LQWBmQ1...FQD"
}
Response
{
  "data": [
    {
      "_id": "123...",
      "title": "New feature",
      "body": "We are releasing super cool feature at 1PM CET",
      "icon": "https://solflare.com/assets/logo-128.png",
      "image": null,
      "publicKey": "GC5F...k6gZ",
      "platform": "all", 
      "topic": "general",
      "actionUrl": null
    }
  ]
}
```
