datasets_journalists_item
Retrieve a journalist's profile from the journalists dataset using outlet ID and slug. Returns one record, with 404 handling for unsupported outlets or missing journalists.
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 |