Get an Adhoc Analysis Job by its ID
get/bots/adhocAnalysisJobs/{analysisJobId}
Get an Adhoc Analysis Job by its ID.
1{2 "creationTimeStamp": "2021-11-16T15:58:44.325Z",3 "createdBy": "sasuser",4 "modifiedTimeStamp": "2021-11-16T15:58:44.873Z",5 "modifiedBy": "sasuser",6 "version": 1,7 "id": "cadec7b9-a602-46bd-92c0-0ab7a0e6e86c",8 "provider": "TABLE-BOT",9 "name": "Adhoc analysis Samples (CAS)",10 "description": "Analyze COSTCHANGE and RAND_RETAILDEMO",11 "links": [12 {13 "method": "GET",14 "rel": "self",15 "href": "/catalog/bots/adhocAnalysisJobs/cadec7b9-a602-46bd-92c0-0ab7a0e6e86c",16 "uri": "/catalog/bots/adhocAnalysisJobs/cadec7b9-a602-46bd-92c0-0ab7a0e6e86c",17 "type": "application/vnd.sas.metadata.bot.adhoc"18 },19 {20 "method": "GET",21 "rel": "alternate",22 "href": "/catalog/bots/adhocAnalysisJobs/cadec7b9-a602-46bd-92c0-0ab7a0e6e86c",23 "uri": "/catalog/bots/adhocAnalysisJobs/cadec7b9-a602-46bd-92c0-0ab7a0e6e86c",24 "type": "application/vnd.sas.metadata.bot.adhoc.summary"25 },26 {27 "method": "DELETE",28 "rel": "delete",29 "href": "/catalog/bots/adhocAnalysisJobs/cadec7b9-a602-46bd-92c0-0ab7a0e6e86c",30 "uri": "/catalog/bots/adhocAnalysisJobs/cadec7b9-a602-46bd-92c0-0ab7a0e6e86c"31 },32 {33 "method": "GET",34 "rel": "up",35 "href": "/catalog/bots/adhocAnalysisJobs",36 "uri": "/catalog/bots/adhocAnalysisJobs",37 "type": "application/vnd.sas.collection",38 "itemType": "application/vnd.sas.metadata.bot.adhoc.summary"39 }40 ]41}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
401 | Unauthorized | Not authenticated. | Schema | |
403 | Forbidden | The user does not have permission to complete this request. | Schema | |
404 | Not Found | The specified resource was not found. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema |