Search EmbedFilterGroup

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/embedfiltergroup
API call form
Examples
List of examples
  • Get an Embed Filter Group by ID
  • Get Embed Filter Group and associated datasets
Description

Get an Embed Filter Group by ID

Install
dotnet add package LuzmoSDK --version 1.0.3
Example Response
200
400
500
{
  "count": 1,
  "rows": [
    {
      "id": "8014daa9-bc79-42ee-b71d-81dc1525a3c8"
    }
  ]
}