Reeve
DevelopersAPI ReferenceEnrich

Get an enrichment job

Fetch a single job's status, telemetry, cost, and target spec.

GET
/api/enrich/v1/jobs/{job_id}

Path Parameters

job_id*Job Id

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/jobs/string"
null
{  "detail": [    {      "ctx": {},      "input": null,      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}