Sign in

List Articles

documented

List articles for a Docs site.

GET /v1/articlesArticlesno 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://docsapi.helpscout.net/v1/collections/{{$collection_id}}/articles?page={{$page}}&pageSize={{$pageSize}}&status={{$status}}&sort={{$sort}}&order={{$order}}" \
  -u "{{HELPSCOUT_API_KEY}}:X" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"