Get a specific pipeline profile by name.
Checks custom profiles first, then falls back to built-in profiles.
Path Parameters
name*Name
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/pipeline/profiles/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Get Procedure
Get full procedure detail with recent match history. Returns the procedure's content, metadata, and optionally the recent match history.
Get Progress Stream
Stream ProgressEvents as Server-Sent Events. Three modes per progress-event-contract.json SSEEndpoint.modes. Scope is derived server-side; no scope query parameter is accepted. Error codes per contract SSEEndpoint.errors: - 400: invalid query combination - 401: missing/invalid auth (handled by scope middleware) - 403: no workspace membership (handled by scope middleware) - 404: run_id not found in caller's stream window