cURL
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>" } ] }
Get paginated values for a filter data source using cursor-based pagination
Max number of items returned. Default is 10.
10 <= x <= 500
Cursor to request the next page of results.
Successful Response
Was this page helpful?