[Legacy] Fetch News Report
Monitoring
[Legacy] Fetch News Report
POST
[Legacy] Fetch News Report
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This endpoint retrieves the news items from an existing news report run via the Get News Report endpoint/api/news/start/ news. It returns the news items as a JSON
Endpoint Details
- Method: POST
- Endpoint:
/api/news/fetch/
Authentication requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameter
Header Parameters
JWT token obtained from the Authentication request
Body Parameters
Report ID of the news report from which the news is to be retrieved
Page number from which the news is to be returned in the response. Default: 1
Number of news items per page. Default: 500