Get Editor Context
GET /api/divinity/editor-context/{project_id}
GET
/api/divinity/editor-context/{project_id}
Return the most recently-recorded editor context for a project.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” project_id
required
Project Id
string
Responses
Section titled “ Responses ”Successful Response
EditorContextRecord
Response shape — includes server-stamped updated_at.
Inherits every field from :class:EditorContextPayload and adds the
timestamp the server assigned on PUT. Separate class so the POST
body can omit updated_at without Pydantic rejecting the payload.
object
projectId
required
Projectid
string
metadata
Metadata
object
key
additional properties
string
updatedAt
required
Updatedat
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context