Getprompttemplateversions

View as Markdown

Version-level statistics for one prompt template over a calendar period.

Success data: { "versions": [{ "prompt_version", "total_calls", "prompt_tokens_sum", "avg_latency_ms", "success_count" }] }.

Authentication

AuthorizationBearer
Bearer credential containing a JWT, Virtual Key, or PAT.

Path parameters

prompt_idstringRequired
Prompt template id.

Headers

X-Workspace-IdstringOptionalformat: "uuid"

Required for a normal JWT, Virtual Key, or PAT. A JWT may instead send X-Openmodel-User-Id. Not used by the public health endpoint.

X-Openmodel-User-IdstringOptionalformat: "uuid"

JWT-only alternative to X-Workspace-Id. Must be a UUID equal to the JWT subject; the server uses it as the workspace id. Not valid as the sole workspace header for Virtual Key or PAT authentication.

Query parameters

dateFromstringRequired

Inclusive start YYYY-MM-DD.

dateTostringRequired

Inclusive end YYYY-MM-DD.

Response

codeinteger
messagestring
dataany