Get a score execution
get/executions/{executionId}
Returns the summary representation of the specified score execution.
1{2 "createdBy": "sasuser",3 "creationTimeStamp": "2021-12-22T22:01:24.90638Z",4 "id": "feed27ef-988f-4b6e-ba84-aa399c786253",5 "links": [6 {7 "method": "GET",8 "rel": "up",9 "href": "/scoreExecution/executions",10 "uri": "/scoreExecution/executions",11 "type": "application/vnd.sas.collection"12 },13 {14 "method": "GET",15 "rel": "self",16 "href": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253",17 "uri": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253",18 "type": "application/vnd.sas.score.execution"19 },20 {21 "method": "GET",22 "rel": "alternate",23 "href": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253",24 "uri": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253",25 "type": "application/vnd.sas.summary"26 },27 {28 "method": "DELETE",29 "rel": "delete",30 "href": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253",31 "uri": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253"32 },33 {34 "method": "GET",35 "rel": "analyses",36 "href": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253/analyses",37 "uri": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253/analyses"38 },39 {40 "method": "GET",41 "rel": "state",42 "href": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253/state",43 "uri": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253/state",44 "type": "text/plain"45 },46 {47 "method": "POST",48 "rel": "analysisCode",49 "href": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253/analysisCode",50 "uri": "/scoreExecution/executions/feed27ef-988f-4b6e-ba84-aa399c786253/analysisCode",51 "type": "application/vnd.sas.score.analysis.code.generation.request",52 "responseType": "application/vnd.sas.score.analysis.code"53 }54 ],55 "modifiedBy": "sasuser",56 "modifiedTimeStamp": "2021-12-22T22:01:31.360206Z",57 "name": "Execution for Decision_Scenario",58 "type": "scoreExecution",59 "version": 260}
Name | Type | Required | Description |
---|---|---|---|
executionId | string | true | The unique identifier for the score execution. |