Skip to main content
GET
/
api
/
presentations
/
{presentationId}
/
status
Get presentation status
curl --request GET \
  --url https://app.demand-iq.com/api/presentations/{presentationId}/status
{
  "status": "not_started",
  "slidesReady": 123,
  "totalSlides": 123
}

Path Parameters

presentationId
string<uuid>
required

UUID of the presentation

Response

Presentation status

status
enum<string>
Available options:
not_started,
pending,
processing,
ready,
failed
slidesReady
integer
totalSlides
integer