GET
/
markets
/
{marketId}
/
status
curl --request GET \
  --url https://api.forestreet.com/markets/{marketId}/status \
  --header 'x-api-key: <api-key>'
{
  "companies": {
      "in_progress": false
  },
  "news": {
      "in_progress": true
  },
  "esg": {
      "in_progress": true
  },
  "momentum": {
      "in_progress": true
  },
  "topics": {
      "in_progress": true
  },
  "overall": {
      "in_progress": true
      "status": "inProgress"
  }
}

Path

marketId
string

The ID of the market you would like to get the status of.

Response

companies
boolean

The status of companies discovery.

news
boolean

The status of news discovery.

esg
boolean

The status of ESG discovery.

momentum
boolean

The status of momentum discovery.

topics
boolean

The status of topics discovery.

overall
boolean

The overall status of the discovery.