GET
/
index-pipelines
/
status
Get index pipelines service status
curl --request GET \
  --url https://{FUSION HOST}/api/index-pipelines/status \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "status": "starting",
    "node": "<string>",
    "messages": [
      {
        "date": "2023-11-07T05:31:56Z",
        "message": "<string>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

OK

Service status.