Reeve
DevelopersAPI ReferenceEnrich

Get artifact presigned URL

Return a 5-minute presigned S3 URL for an enrichment artifact.

GET
/api/enrich/v1/artifacts/{artifact_id}

Path Parameters

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