Skip to main content
GET
/
api
/
v1
/
jobs
/
{jobId}
/
clusters
/
{clusterId}
/
keywords
Get keywords in a cluster
curl --request GET \
  --url https://suprkeywords.com/app/api/v1/jobs/{jobId}/clusters/{clusterId}/keywords
{
  "keywords": [
    {}
  ]
}

Path Parameters

jobId
string<uuid>
required
clusterId
string<uuid>
required

Response

List of keywords in the cluster (pillar first, then supporting)

keywords
object[]