Sign in

Get topic details

documented

Retrieve details for a topic by ID (including posts).

GET /t/{topic_id}.jsonTopicsno 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://{{$base_url}}/t/{{$topic_id}}.json" \
  -X GET \
  -H "Accept: application/json" \
  -H "Api-Key: {{DISCOURSE_API_KEY}}" \
  -H "Api-Username: {{DISCOURSE_USERNAME}}"
Get topic details · discourse · OpenIntegrations