List Ai Configs
GET /enrichment/ai/configs
List active AI enrichment configs runnable on a list.
Returns configs where list_id matches OR is_global=true. Each
summary includes a group_id the caller passes back to
POST /enrichment/ai/enrich. Empty list means the org has no AI
configs and must create one in the UI before AI enrichment is usable.
Authorizations
Parameters
Query Parameters
List ID whose saved AI configs to return
List ID whose saved AI configs to return
Header Parameters
Responses
200
Successful Response
object
Paginated (by list_id filter) collection of AI enrichment configs.
object
One saved AI enrichment config attached to (or global for) a list.
group_id is the handle the worker uses to load the prompt, model and
output mapping. usecase lets the client predict credit cost via
enrichment.constants.AI_USECASE_CREDITS (e.g. web-research = 3 credits/record).
422
Validation Error