{ "operationId": "getStoreThemeJob", "method": "GET", "path": "/themes/jobs/{job_id}", "summary": "BigCommerce Get a Theme Job", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "data": { "id": "ceea1917b1518f5ae491da6ad8a56336", "time": "2018-09-18T13:59:01Z", "status": "COMPLETED", "percent_complete": 100, "result": { "theme_id": "ed1982d0-9d78-0136-33ba-0d84a0c6431b" }, "warnings": [], "errors": [] }, "meta": {} } } ] }