Adobe · Schema

JobStatusResponse

The status and result of an asynchronous PDF operation job.

Fortune 1000AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork Management

Properties

Name Type Description
status string The current status of the job.
asset object The output asset information, available when status is done.
error object Error information, available when status is failed.
View JSON Schema on GitHub

JSON Schema

adobe-pdf-services-job-status-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobStatusResponse",
  "type": "object",
  "description": "The status and result of an asynchronous PDF operation job.",
  "properties": {
    "status": {
      "type": "string",
      "description": "The current status of the job."
    },
    "asset": {
      "type": "object",
      "description": "The output asset information, available when status is done."
    },
    "error": {
      "type": "object",
      "description": "Error information, available when status is failed."
    }
  }
}