Get entity blog post
Returns one entity-owned external link by id.
Authentication
X-Client-Secretstring
Client secret for read-only service-to-service access (no writes)
Path parameters
entityId
Entity UUID owning the blog post row
blogPostId
Blog post UUID
Response
OK
createdAt
id
Type-safe UUID identifier for research-side external blog article links
isCurrent
mentionedEntityId
Entities mentioned in the blog-post body, excluding the owner
mentionedPersonId
People mentioned in the blog-post body, excluding the owner
owner
Owning record, nested ids only: owner.entityId or owner.personId — exactly one is set.
type
External research-side blog-post source classification
updatedAt
url
externalId
Stable external feed/item identifier when available
lastFetchedAt
Last time ingest fetched or summarized this blog-post URL
publishedAt
summary
LLM-generated blog-post summary from blog-post-ingest
summaryGeneratedAt
Timestamp when summary was last generated
title
topic
Nullable blog-post topic key from app.contracts.web-crawl.section, such as product, blog, or press.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error