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 itsDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
foreignId. If the entity does not exist and createIfNotFound=true is provided, a blank entity will be created and returned.
Query Parameters
The external ID used to locate the entity
If set to
true, creates a blank entity if none exists with that foreign IDResponse
Unique entity identifier
Project identifier
External reference ID
Entity title (may be null for newly created entities)
Entity content (may be null for newly created entities)
Array of keywords
Custom metadata
Creation timestamp in ISO 8601 format
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.

