Skip to main content
GET
/
db-mgmt
/
api
/
filters
List filter fields
curl --request GET \
  --url https://api.upstackdata.com/db-mgmt/api/filters \
  --header 'x-api-key: <api-key>' \
  --header 'x-pixel-id: <api-key>'
{
  "fields": [
    {
      "label": "Order source",
      "supportedOperators": [],
      "applicableContexts": [],
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt

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

Authorizations

x-api-key
string
header
required

Your Upstack API key. Starts with upstack_.

x-pixel-id
string
header
required

The pixel id the request targets.

Response

Filter-fields catalog.

Response shape for GET /api/filters.

fields
object[]
required