Viewing Execution History Service Status for an Organization with the API

Execution History is a log of activities for an execution of a remote app that displays on the Execution History tab of the App Details page for a specific app. The Execution History Service only supports TIBCO BusinessWorks™ Apps running on-premises.

Use the API to check the status of the Execution History Service for a specific organization. You can also use this method to determine when an asynchronous call has completed, such as the POST /v1/subscriptions/{subscriptionLocator}/exechist method.

To check the status of Execution History Services you need the following: 

Subscription Locator — The Subscription Locator of the Organization you want to access. To find Subscription Locators for your organizations use the GET ​/v1​/userinfo method to return a list of all of the organizations for your OAuth Token with their Subscription Locators. You can use 0 as the Subscription Locator for the organization that owns the OAuth token.

  1. Make the asynchronous call to enable or disable the Execution History Service.
  2. Use the GET ​/v1​/subscriptions​/{subscriptionLocator}​/exechist method to request the Execution History Service status of the selected organization.
  3. You may need to make the status call more than once until you receive a response with a success message.

Related Topics

Managing an Organization with the TIBCO Cloud™ Integration API

Enabling the Execution History Service for an Organization with the API

Disabling the Execution History Service for an Organization with the API