search parameter filters by name or document (CPF/CNPJ). Each returned item carries only basic identification data — for a specific client's full profile, use the single-client endpoint.ag-flow-id header is optional on these calls; when provided, it identifies an existing company flow (available from GET /v1/flows, Flow domain, or from the flow's URL in the AgFlow application) — omitting it does not block the call.curl --location '/v1/clients?search=undefined&limit=undefined&offset=undefined' \
--header 'ag-flow-id;'{
"items": [
{
"id": "string",
"taxId": "string",
"name": "string",
"kind": "natural",
"createdAt": "string"
}
],
"total": 0
}