Get status of Guided Assembly Generation

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"
        }
    ]
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!