AI
Get an AI prompt proposal by ID.
Returns a single AI prompt proposal record.
get/aipromptproposals/{id}
Path parameters
idstring uuid required
The AI prompt proposal ID.
Response
The AI prompt proposal record.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"customer_id": "7c4d2f3a-1b8e-4f5c-9a6d-3e2f1a0b4c5d",
"ai_id": "550e8400-e29b-41d4-a716-446655440000",
"audit_ids": [
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002"
],
"basis_prompt_history_id": "550e8400-e29b-41d4-a716-446655440000",
"original_prompt": "You are a helpful support assistant.",
"proposed_prompt": "You are a helpful and empathetic support assistant. Always confirm the customer's issue before proposing a fix.",
"rationale": "The audits showed the assistant moved to solutions before fully acknowledging the customer's concern.",
"status": "progressing",
"error": "evaluator_unavailable",
"applied_prompt_history_id": "550e8400-e29b-41d4-a716-446655440000",
"tm_create": "2026-01-15T09:30:00.000000Z",
"tm_update": "2026-01-15T09:30:00.000000Z",
"tm_delete": "2026-01-15T09:30:00.000000Z"
}