Skip to main content
GET
Get Entity by Foreign ID
Retrieves a single entity by its foreignId. If the entity does not exist and createIfNotFound=true is provided, a blank entity will be created and returned.

Query Parameters

string
required
The external ID used to locate the entity
string
If set to true, creates a blank entity if none exists with that foreign ID

Response

string
Unique entity identifier
string
Project identifier
string
External reference ID
string
Entity title (may be null for newly created entities)
string
Entity content (may be null for newly created entities)
array
Array of keywords
object
Custom metadata
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format

Error Responses


Notes

  • Authentication is not required.
  • This endpoint supports optional automatic entity creation.
  • If createIfNotFound is enabled, a webhook is triggered for validation.