pub async fn read_by_id(pool: &Pool, id: i64) -> Result<Option<Response>, Error>
Resolve one objectiveai.messages."index" to the matching SDK Response variant. Returns Ok(None) when no row exists at that index.
objectiveai.messages."index"
Response
Ok(None)