Skip to main content
GET
JavaScript

Authorizations

X-Aftercare-Key
string
header
required

API key for authentication

Path Parameters

batchJobId
string
required

ID of the batch coding job to check

Response

Batch coding job status retrieved successfully

batchJobId
string
required

Unique identifier for the coding job

Example:

"123e4567-e89b-12d3-a456-426614174000"

surveyIdentifier
string
required

Unique identifier for the survey

Example:

"CSAT-2024-Q1"

status
enum<string>
required

Status of the batch job that determines the structure of results

Available options:
queued,
processing,
completed,
partial_failure,
total_failure
results
Success Response · object

The results structure depends on the status value. If the job is successful, the results will be a list of question codes with a hierarchical tree of codes and subcodes. If the job fails, the results will be the error details.