Skip to content
  • Auto
  • Light
  • Dark
Get Started

Get

Get Bundle Automation
get/api/v1/catalogs/{request_catalog_id}/bundle_automation

Get bundle automation

Path Parameters
request_catalog_idstring

The requestCatalogId field.

Returns
createdAtstringcreateTasksbooleandeletedAtstringenabledbooleanentitlementsBundleAutomationRuleEntitlementrequestCatalogIdstringstateobjecttenantIdstringupdatedAtstringBundleAutomation
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/catalogs/$REQUEST_CATALOG_ID/bundle_automation \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "createdAt": "2019-12-27T18:11:19.117Z",
  "createTasks": true,
  "deletedAt": "2019-12-27T18:11:19.117Z",
  "enabled": true,
  "entitlements": {
    "entitlementRefs": [
      {
        "id": "id",
        "appId": "appId"
      }
    ]
  },
  "requestCatalogId": "requestCatalogId",
  "state": {
    "errorMessage": "errorMessage",
    "lastRunAt": "2019-12-27T18:11:19.117Z",
    "status": "BUNDLE_AUTOMATION_RUN_STATUS_UNSPECIFIED"
  },
  "tenantId": "tenantId",
  "updatedAt": "2019-12-27T18:11:19.117Z"
}