Get a job request summary

get/jobRequests/{jobRequestId}
Internal-Use Only

Returns the summary representation about a single job request based on its unique ID.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2022-04-06T22:09:12.929Z",
3 "modifiedTimeStamp": "2022-04-06T22:09:12.929Z",
4 "createdBy": "sas.catalog",
5 "modifiedBy": "sas.catalog",
6 "id": "fe697677-15a8-4d33-807c-6c34b743bb8b",
7 "type": "jobRequest",
8 "name": "Load metadata into the Information Catalog",
9 "description": "Load metadata for supported SAS content",
10 "links": [
11 {
12 "method": "GET",
13 "rel": "self",
14 "href": "/jobExecution/jobRequests/fe697677-15a8-4d33-807c-6c34b743bb8b",
15 "uri": "/jobExecution/jobRequests/fe697677-15a8-4d33-807c-6c34b743bb8b",
16 "type": "application/vnd.sas.job.execution.job.request"
17 }
18 ],
19 "version": 2
20}

Path Parameters

NameTypeRequiredDescription
jobRequestId
string
true

The ID of the job request.

Header Parameters

NameTypeRequiredDescription
Delegate-Domain
string
false

Name of a credential domain of type OAuth2.0. The credential secret is retrieved to impersonate a group-managed service account for the current request.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo job request exists at the requested path.Schema