Get enrichment results
POST/v1/enrichments/results
Fetch enrichment results for a creator selection.
Selection (provide one): creator_ids (array of UUIDs), result_set_id, or result_set_ids. Because enrichment can complete synchronously (no job IDs), creator_ids is the reliable way to retrieve results. Set detail_level: "full" to include the results array with extended fields. Use wait_seconds to poll inline.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 429
- 500
- 501
Enrichment results. results (full records) is present only when detail_level=full. meta includes detail_level and wait_seconds.
Bad request or validation error (BAD_REQUEST / VALIDATION_ERROR).
Missing, invalid, or revoked API key.
Insufficient credits for this operation.
API access disabled or workspace entitlement required.
Resource not found, or result expired past retention.
Rate limit exceeded — back off per Retry-After.
Unexpected server error.
Endpoint is registered but not implemented yet.