Sign in

List latest topics (filtered by date)

documented

Get the latest topics with a time-based filter.

GET /latest.json?before={date}Topicsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{defaultHost}}/latest.json?order=created&ascending=false&page={{$page}}" \
  -X GET \
  -H "Api-Key: {{DISCOURSE_API_KEY}}" \
  -H "Api-Username: {{DISCOURSE_API_USERNAME}}" \
  -H "Accept: application/json"
List latest topics (filtered by date) · discourse · OpenIntegrations