v2
latestOpenAPI 3.1.0Source-specific upstream terms; see response catalog metadata2026-07-26139203447.9 KBUser
Execute segment filters → companies
Resolves filters_json only against the immutable corporate company_public_v2 sidecar and returns at most 500 rows. count is the number of rows in this bounded response, not an exact global total. Invalid/legacy filters return 400, unsupported indexed combinations return 422, and missing authority/sidecar or query failure returns 503. This mutation has no request body.
post/api/v1/user/segments/{id}/run
Path parameters
idinteger required
Query parameters
limitinteger
Headers
X-CSRF-Tokenstring required
Fresh token returned by GET /api/v1/user/me for this authenticated session.
Response
Bounded result rows; count equals rows.length and is not a global total
Example response
{
"rows": [
{
"slug": "mercadona-sa",
"name": "MERCADONA SA",
"cif": "A46103834"
}
]
}