Skip to main content
GET
/
templates
/
index-pipelines
/
{templateId}
Python
import requests

url = "http://api/apollo/templates/index-pipelines/{templateId}"

response = requests.get(url)

print(response.text)
{
  "id": "<string>",
  "stages": [
    {
      "type": "<string>",
      "id": "<string>",
      "skip": false,
      "label": "<string>",
      "condition": "<string>"
    }
  ],
  "properties": {}
}

Path Parameters

templateId
string
required

Query Parameters

id
string

Response

200 - application/json

successful operation

id
string
stages
object[]
properties
object