Get screening narrative
get_screening_narrativeRetrieve the enhanced Probity review for a completed screen by its screeningId. Costs zero credits. Returns the narrative and the key concerns it raises. It is generated in the background after screen_address returns, so it may briefly be pending. Retry shortly if so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screeningId | Yes | The rsr_... id returned by screen_address. Must reference a completed screen; the narrative can be pending for a few seconds right after the screen returns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The screened address | |
| concerns | Yes | Key concerns raised by the review | |
| narrative | Yes | The enhanced review text | |
| reportUrl | Yes | Link to the full report on the Probity dashboard | |
| screeningId | Yes | The screen this review belongs to |