get https://api.seismic.com/v1/teamsites//contentversions//generations//status
This is where you get the status for a generation process, it will give you the overall status for all underlying steps.
Response example
{
"generationId": "be1b265e-5865-4abf-90c2-668b77ea358a",
"status": "Ready",
"sourceTeamSiteId": "e262c538-53cc-437d-adf9-f8b2b1a6bedb",
"sourceContentVersionId": "86f53c0d-b9e4-4f19-acce-965c902db343",
"outputs": [
{
"outputId": "PPTX",
"format": "PPTX",
"fileName": "fileName.PPTX"
},
{
"outputId": "GSLIDES",
"format": "GSLIDES",
"fileName": "fileName.GSLIDES"
},
{
"outputId": "PDF",
"format": "PDF",
"fileName": "fileName.PDF"
}
]
}