GET
/
api
/
v1
/
projects
/
{projectUuid}
/
sqlRunner
/
saved
/
{uuid}
/
results-job
{
  "results": {
    "jobId": "<string>"
  },
  "status": "ok"
}

Path Parameters

uuid
string
required
  • the uuid of the saved chart
projectUuid
string
required
  • the uuid of the project

Response

200
application/json

Success

The response is of type object.