Get job resource access update status
GET/jobs/:id/resourceaccess
Returns the latest extra resource-access grants on the job role (DatasetAccess, DomainAccess, ParameterAccess, SharedLibraries) plus Status and Message. Status is the job ResourceAccessStatus, defaulting to updated when unset (in_progress while the step function runs, failed if the last update did not complete). Caller must send a valid role_id (AUTH-1001 if missing) and have some permission on the job (AUTH-1010 if none). Unknown JobId returns IPV-1002. Query projectionExpression is accepted by API Gateway but is not applied by get_resource_access_details. Safe to retry (read-only).
Request
Responses
- 200
- 400
- 500
Current extra-resource grants and the latest access-update Status/Message.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Unhandled backend failure. Body is {"Message": " -