Skip to main content
GET
/
api
/
v1
/
streams
/
data-management
/
filter-data-sources
/
{data_source_id}
/
values
Get Filter Data Source Values
curl --request GET \
  --url https://api.allium.so/api/v1/streams/data-management/filter-data-sources/{data_source_id}/values \
  --header 'X-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

data_source_id
string
required

Query Parameters

limit
integer
default:10

Max number of items returned. Default is 10.

Required range: 10 <= x <= 500
cursor
string

Cursor to request the next page of results.

Response

Successful Response