v36
latestOpenAPI 3.0.3GNU General Public License v3.0raw.githubusercontent.com2026-08-017758212.6 KBworkflow
Get history for specific prompt
Deprecated. Superseded by GET /api/jobs/{job_id}, which returns the same execution record. Planned for removal no earlier than a future major release; sunset timeline TBD.
Retrieve detailed execution history for a specific prompt ID. Returns full history data including complete prompt information.
get/api/history_v2/{prompt_id}
Path parameters
prompt_idstring required
The prompt ID to retrieve history for
Response
Success - History for prompt retrieved
HistoryDetailResponse required
Detailed execution history response for a specific prompt. Returns a dictionary with prompt_id as key and full history data as value.