jobs_get
Check job status and retrieve results from 2slides slide generation service. Monitor progress and access completed presentations by providing the job identifier.
Instructions
Get job status/result by jobId from 2slides. Please check every 10 seconds until the status is success.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
jobId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"jobId": {
"minLength": 1,
"type": "string"
}
},
"required": [
"jobId"
],
"type": "object"
}