Skip to main content
GET
/
v0
/
components
/
history
/
filters
Get components history filters
curl --request GET \
  --url https://{hostname}.gable.ai/v0/components/history/filters \
  --header 'X-API-KEY: <api-key>'
{
  "componentNames": [
    "<string>"
  ],
  "branches": [
    "<string>"
  ],
  "namespaces": [
    "<string>"
  ],
  "jobTriggers": [
    "<string>"
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

A query string to search commit shas

Response

Component history filters retrieved successfully

componentNames
string[]

List of component names

branches
string[]

List of branch names

namespaces
string[]

List of namespace names

jobTriggers
string[]

List of event trigger types