Skip to main content
GET
/
index-stages
/
instances
/
{id}
Get a specific stage instance
import requests

url = "http://api/apollo/index-stages/instances/{id}"

response = requests.get(url)

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

Path Parameters

id
string
required

The stage ID

Response

200 - application/json

successful operation

type
string
id
string
skip
boolean
default:false
label
string
condition
string