Skip to main content

Pending Certification Tasks

GET 

/certifications/:id/tasks-pending

This API returns the status of all pending (QUEUED or IN_PROGRESS) tasks for an identity campaign certification. 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

Responses

A list of pending (QUEUED or IN_PROGRESS) certification task objects.

Schema
  • Array [
  • 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...