{"type":"api","title":"Get Business API Execution Details","meta":{"id":"/apps/pubhub/media/dna-center-235/0e427c513038595590fc5a0593cb0e208dd78571/2192edf3-d24e-3461-ab8c-12a97b547df4","swagger":"2.0","info":{"description":"Cisco DNA Center Platform v. 2.3.5","version":"2.3.5","title":"Intent API"},"schemes":["https"],"x-parser-conf":{"expand":0,"labelConfig":{"endpoint":"summary"}}},"spec":{"operationId":"getBusinessAPIExecutionDetails","tags":["Task"],"summary":"Get Business API Execution Details","description":"Retrieves the execution details of a Business API","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"executionId","description":"Execution Id of API","required":true,"type":"string","in":"path"}],"responses":{"200":{"description":"The request was successful. Response contains the execution details of the Business API for the given Execution Id.","schema":{"type":"object","properties":{"bapiKey":{"type":"string"},"bapiName":{"type":"string"},"bapiExecutionId":{"type":"string"},"startTime":{"type":"string"},"startTimeEpoch":{"type":"integer"},"endTime":{"type":"string"},"endTimeEpoch":{"type":"integer"},"timeDuration":{"type":"integer"},"status":{"type":"string","enum":["SUCCESS","FAILURE","IN_PROGRESS","PENDING_FOR_EXECUTION"]},"runtimeInstanceId":{"type":"string"}},"$$ref":"#/definitions/GetBusinessAPIExecutionDetailsResponse"}},"404":{"description":"The request was successful but no execution details was found for the given Execution Id."}},"__originalOperationId":"getBusinessAPIExecutionDetails","method":"get","path":"/dna/intent/api/v1/dnacaap/management/execution-status/{executionId}"}}