DevelopersAPI ReferenceEnrich
List enrichment jobs
List recent jobs filtered by `host_app`, `target_kind`, `target_id`. Most-recent first, capped at 50.
Query Parameters
host_app?string|null
target_kind?string|null
target_id?string|null
Header Parameters
X-Org-Id?string|null
X-Reeve-Service-Token?string|null
x-user-id?string|null
x-guest-id?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/api/enrich/v1/jobs"null{ "detail": [ { "ctx": {}, "input": null, "loc": [ "string" ], "msg": "string", "type": "string" } ]}