datasets_journalists_item
Retrieve a specific journalist profile by outlet and slug from the journalists dataset. Returns the journalist's details or a 404 error when not found.
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 |