Skip to main content
GET
/
workflows
/
v1
/
templates
/
{workflow_template_id}
Get Workflow Template
curl --request GET \
  --url https://api-qa.interactly.ai/workflows/v1/templates/{workflow_template_id} \
  --header 'Authorization: Bearer <token>'
{
  "workflow_template": {
    "teamId": "5eb7cf5a86d9755df3a6c593",
    "createdBy": "5eb7cf5a86d9755df3a6c593",
    "updatedBy": "5eb7cf5a86d9755df3a6c593",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "_id": "5eb7cf5a86d9755df3a6c593",
    "workflow_template_config": {
      "access_level": "personal",
      "access_list": [
        "5eb7cf5a86d9755df3a6c593"
      ],
      "logical_id": "<string>",
      "workflow_id": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

workflow_template_id
string
required
Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

Response model for a single workflow template. Contains a WorkflowTemplateModel object.

workflow_template
WorkflowTemplatesModel · object
required

Single workflow template object