Skip to main content
GET
/
integrations
/
public
/
v1
/
cadence
/
run
Run Legacy
curl --request GET \
  --url https://api-qa.interactly.ai/integrations/public/v1/cadence/run \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Query Parameters

group_id
string
required

Use-case group id to run

start
boolean
default:false

When false, return prepared summary; when true, execute

live_sheet_link
string | null

Optional override for group's live sheet link (Microsoft share link)

Response

Successful Response