---
title: "Create a templated configuration run"
method: POST
path: "/app/v1/templated_configurations/{templated_configuration_name}/runs"
tags: ["templated_configurations"]
---

# Create a templated configuration run

`POST /app/v1/templated_configurations/{templated_configuration_name}/runs`

## Path parameters

- `templated_configuration_name` string, required

## Request body

- TemplatedConfigurationRunCreate
  - `inputs` object — Dictionary of input values for the template
  - `custom_attribute_inputs` object — Dictionary of custom attributes for template assets, keys are the template resource ID
  - `custom_attribute_configuration` CustomAttributeConfigurationInput

## Response `200`

successful operation

- TemplatedConfigurationRunResponse
  - `id` string, uuid
  - `templated_configuration_name` string
  - `company_id` string, uuid
  - `status` 'submitted' | 'partial' | 'success' | 'failed'
  - `result` object
  - `created_by` string, uuid
  - `created_at` string, date-time
  - `updated_by` string, uuid
  - `updated_at` string, date-time
  - `resources` TemplatedConfigurationRunResource[]
    - `template_resource_id` string
    - `templated_configuration_run_id` string, uuid
    - `status` 'submitted' | 'success' | 'failed'
    - `name` string
    - `type` 'equipment' | 'flow'
    - `id` string, uuid
    - `errors` object
      - `message` string
      - `detail` string
    - `is_primary` boolean
    - `metadata` object — Additional information about the resource, similar to custom attibutes
      - `dependencies` string[]
  - `primary_resource` TemplatedConfigurationRunResource
    - `template_resource_id` string
    - `templated_configuration_run_id` string, uuid
    - `status` 'submitted' | 'success' | 'failed'
    - `name` string
    - `type` 'equipment' | 'flow'
    - `id` string, uuid
    - `errors` object
      - `message` string
      - `detail` string
    - `is_primary` boolean
    - `metadata` object — Additional information about the resource, similar to custom attibutes
      - `dependencies` string[]
  - `templated_configuration` object
    - `name` string
    - `display_name` string
    - `primary_resource_type` 'equipment' | 'flow'
  - `inputs` object — Dictionary of input values for the template
  - `custom_attribute_inputs` object — Dictionary of custom attributes for template assets, keys are the template resource ID
  - `custom_attribute_configuration` CustomAttributeConfigurationInput

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
