When attempting to retrieve job prompts via the Applications Manager REST API (/api/jobs/{job_name}), a 403 Forbidden GET error occurs, even if the user can successfully run the job through the user interface.
Symptoms
org.springframework.security.access.AccessDeniedException: Cannot access objects of type Job"Applications Manager (All versions supporting REST API)
The API endpoint for retrieving job prompts requires the user to have Jobs User Authority enabled. While Request User Authority is sufficient for interacting with Jobs via the UI (e.g., submitting a job), the REST API treats prompt retrieval as part of the job definition object, which requires higher-level permissions to access.
To resolve this error, grant the necessary permissions to the user group:
$AW_HOME/log/spring.log file for further error details and open a support case if the error remains unresolved.