Skip to main content
POST
Get Patterns
Use this API to list the decision patterns Memory has detected for the workspace, e.g. “copy with medical claims is rejected unless it cites a source.” Patterns are derived from accumulated judgments.

Endpoint

POST https://api.velt.dev/v2/memory/patterns/get

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required
No fields required. Send an empty object.

Example Requests

List detected patterns

Response

Each pattern includes its scope (apiKey or org), an optional organizationId, a plain-language description, a confidence score, the sourceCount of judgments behind it, the contentType and category it applies to, and when it was discovered.

Success Response

Failure Response