Skip to main content
GET
Get create job status

Authorizations

Authorization
string
header
required

JWT from IDM (Authorization: Bearer )

Path Parameters

jobId
string
required

Response

Job status. When status is FAILED, the error.code field indicates the reason: DUPLICATE_CONTENT_GROUP_LANGUAGE (a Style Guide for this language is already linked to the Content Group), CONTENT_GROUP_NOT_FOUND (content group no longer exists), SYSTEM_CONTENT_GROUP_NOT_ALLOWED (the Content Group is the "All Groups" system group), SERVICE_UNAVAILABLE (upstream dependency temporarily unavailable), STYLE_GUIDE_RULES_EXTRACTION_ERROR (rules extraction failed), STYLE_GUIDE_ANALYSIS_ERROR (AI analysis unavailable), JOB_CANCELLED (job was cancelled), JOB_FAILED (unexpected worker failure).

jobId
string
status
enum<string>
Available options:
PROCESSING,
COMPLETED,
FAILED
result
object

Style Guide information

error
object