Skip to main content
GET
/
integrations
/
v1
/
cadence
/
run
Run
curl --request GET \
  --url https://api-qa.interactly.ai/integrations/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
required

Use-case group id to run

Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

start
boolean
default:false

Deprecated. Ignored.

live_sheet_link
string | null

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

Response

Successful Response