Organizations
internal

Poll the status of an org's background demo-populate task.

get/api/v1/organizations/{id}/populate-demo/status

Path parameters

idstring uuid required

Organization ID

Response

Demo populate status

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.7"
  }
}

Changes