Get entity blog post

View as Markdown

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

entityIdstringRequiredformat: "uuid"
Entity UUID owning the blog post row
blogPostIdstringRequiredformat: "uuid"
Blog post UUID

Response

OK
createdAtdatetime
idstringformat: "uuid"

Type-safe UUID identifier for research-side external blog article links

isCurrentboolean
mentionedEntityIdlist of strings

Entities mentioned in the blog-post body, excluding the owner

mentionedPersonIdlist of strings

People mentioned in the blog-post body, excluding the owner

ownerobject

Owning record, nested ids only: owner.entityId or owner.personId — exactly one is set.

typeenum

External research-side blog-post source classification

updatedAtdatetime
urlstring
authorstring or nullOptional

Blog-post author when discovered by ingest

externalIdstring or nullOptional

Stable external feed/item identifier when available

lastFetchedAtdatetime or nullOptional

Last time ingest fetched or summarized this blog-post URL

publishedAtdatetime or nullOptional
summarystring or nullOptional

LLM-generated blog-post summary from blog-post-ingest

summaryGeneratedAtdatetime or nullOptional
Timestamp when summary was last generated
titlestring or nullOptional
topicstring or nullOptional

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