Return drift event history for the current workspace.
Query Parameters
procedure_id?|
Filter by procedure ID
resolved?|
Filter by resolution status
breaking_only?|
Only show events with breaking changes
start_date?|
ISO date string (inclusive)
end_date?|
ISO date string (inclusive)
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/procedures/drift"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}