---
title: "Run integration"
method: GET
path: "/integration/start/{integration_id}"
tags: ["integrationsapi"]
---

# Run integration

`GET /integration/start/{integration_id}`

## Path parameters

- `integration_id` string, required

## Response `200`

OK

- object
  - `data` IntegrationsResponseData, required
    - `created_at` string, date-time, required
    - `id` string, required
    - `state` 'active' | 'created' | 'pending', required
    - `type` 'clerk' | 'metronome' | 'orb' | 'stripe' | 'unknown' | 'workos', required
    - `updated_at` string, date-time, required
  - `params` object, required — Input parameters

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 37 could not be searched.

- **2026-06-05** `d5456e7d9462` — 1 warning
  - added the new `metronome` enum value to the `data/type` response property for the response status `200`
- **2026-05-29** `f35c9997b2fd` — 1 warning
  - added the new `workos` enum value to the `data/type` response property for the response status `200`

[Change history](https://skmtc.dev/schematichq/apis/schematic-api/changes/integration/start/:integration_id/get.md)

---

[API](https://skmtc.dev/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.dev/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schematichq/schematic-api/revisions/0b238e148fa1/schema)
