Get content match results
POST/v1/content-match/results
Fetch content-match analysis results.
Two selection modes:
- By job:
job_id(string) orjob_ids(array). Accepts the prefixed formcontent-fit:<uuid>or the bare analysis UUID. - By creators:
creator_ids/result_set_id/result_set_ids(optionally withcampaign_id) to fetch the latest saved analysis per creator.
detail_level: "full" adds the results array. Use wait_seconds to poll inline.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 429
- 500
- 501
Content-match results. Job-selector mode returns selection/found_count; creator mode returns creators_requested/missing_creator_ids.
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.