datasets_journalists_item
Fetch a journalist's details by providing outlet ID and slug. Returns clean JSON data or a 404 error if unsupported.
Instructions
Get a journalist from the journalists dataset. Returns one journalist by outlet id and slug from dataset id enum value journalists. Returns 404 when the outlet is not supported or the journalist is not in the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Journalist slug within the outlet, e.g. zack-whittaker | |
| outlet | Yes | Outlet id, e.g. techcrunch. Use the ids returned by facets?facet=outlet |