Skip to main content

Certification Task Status

GET 

/certifications/:id/tasks/:taskId

This API returns the status of a certification task. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.

Request

Path Parameters

    id stringrequired

    The identity campaign certification ID

    taskId stringrequired

    The certification task ID

Responses

A certification task object.

Schema
    id string

    The task id

    certificationId string

    The certification id

    type string

    Possible values: [REASSIGN]

    status string

    Possible values: [QUEUED, IN_PROGRESS, SUCCESS, ERROR]

    errors string[]

    Any errors executing the task (Optional).

Loading...