Athena
Templates

List available pipeline templates

Returns named pipeline templates loaded from config/pipelines.yaml.

GET
/pipelines/templates

Header Parameters

X-Athena-Client*string

Response Body

application/json

curl -X GET "https://athena-cluster.com/pipelines/templates" \  -H "X-Athena-Client: string"
{
  "templates": [
    {
      "name": "string",
      "source_table": "string",
      "sink_table": "string",
      "has_transform": true,
      "source_client": "string",
      "sink_client": "string"
    }
  ]
}
Empty