Skip to Content
APIEndpointsList alignment claims

List alignment claims

Individual alignment claims, with their status and evidence.

GET /brands/{brand_id}/alignment/claims

Authorization

HeaderTypeRequired
AuthorizationBearer asky_sk_…required

Path parameters

ParameterTypeRequiredDescription
brand_iduuidrequiredFrom List brands

Query parameters

ParameterTypeRequiredDescription
limitintegeroptionalRows per page, 1 to 100. Defaults to 20.
cursorstringoptionalOpaque cursor from the previous response. Treat it as a token, never construct one.
statusstring, repeatableoptionalRestrict to these claim statuses.
execution_dateYYYY-MM-DDoptionalThe run to report on. Defaults to the latest.
category_iduuid, repeatableoptionalRestrict to these claim categories.
enginestring, repeatableoptionalRestrict to these AI search engines, by slug. From List engines. Narrows the population before metrics are computed.
countrystring, repeatableoptionalRestrict to these execution country codes. Narrows the population before metrics are computed.
searchstringoptionalCase-insensitive substring of the claim text.

Request

curl https://api.askylabs.com/v1/brands/BRAND_ID/alignment/claims \ -H "Authorization: Bearer $ASKY_API_KEY"

Response

{ "data": [], "pagination": { "limit": 2, "has_more": false, "next_cursor": null }, "meta": { "execution_date": null, "total": 0 }, "request_id": "req_451fa84da85a4b7bbc66" }
Last updated on