Get Entity by Foreign ID
Entity Endpoints
Get Entity by Foreign ID
Retrieve an entity by its external foreign ID
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 IDResponse
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
Invalid Query - 400 Bad Request
Invalid Query - 400 Bad Request
Not Found - 404 Not Found
Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Authentication is not required.
- This endpoint supports optional automatic entity creation.
- If
createIfNotFoundis enabled, a webhook is triggered for validation.

