Reeve
DevelopersAPI ReferenceEnrich

List enrichment suggestions

List suggestions filtered by `host_app`, `target_kind`, `target_id`, and optionally `status`.

GET
/api/enrich/v1/suggestions

Query Parameters

host_app?string|null
target_kind?string|null
target_id?string|null
status?string|null

Header Parameters

X-Org-Id?string|null
X-Reeve-Service-Token?string|null
x-user-id?string|null
authorization?string|null
x-guest-id?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/enrich/v1/suggestions"
null
{  "detail": [    {      "ctx": {},      "input": null,      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}