Get Task State Transitions
Retrieves the complete state transition history for a specific HDP task, showing all status changes over time. This endpoint does not require authentication.Endpoint
Path Parameters
Example Request
Response
Success Response (200 OK)
Not Found Response (404)
Response Fields
State Transition Object Fields
Notes
- No authentication is required for this endpoint
- State transitions are ordered chronologically (oldest first)
- The first transition will have
from_statusasnull(initial state) - Useful for debugging and understanding task execution flow
- Each status change in the task lifecycle is recorded as a separate transition

