# `api.jobs.get_feedback` > `GET /job/feedback/{jobDisplayId}` — ACPortal **Python** ```python api.jobs.get_feedback(job_display_id: int | str) -> FeedbackSaveModel ``` **CLI** ```bash ab jobs get_feedback ``` GET /job/feedback/{jobDisplayId} (ACPortal) Retrieve the saved feedback selection for a job. Args: job_display_id: Job display ID. ## Response Returns `FeedbackSaveModel`. | Field | Type | Required | Description | |---|---|---|---| | `feedbackId` | `Optional[str]` | no | Feedback UUID | | `cancelJob` | `Optional[bool]` | no | Whether to cancel the job | --- [← Back to api.jobs](../jobs.md)