Get generation status
Tent Templates
Get generation status
Poll an AI generation. completed generations include the version produced and a content path; failed ones include error_code and error_message.
GET
Get generation status
Authorizations
Workspace API key, e.g. Authorization: Bearer tented_.... Create keys in Workspace Settings → API Keys.
Path Parameters
Tent template ID.
Generation ID.
Response
Generation state.
Generation ID.
Generation state.
Available options:
generating, completed, failed When the generation started.
Generation type, e.g. iteration.
Content version produced (present when completed).
API path to this generation’s HTML (present when completed).
Failure code (present when failed), e.g. generation_failed.
Failure detail (present when failed).
When the generation finished.