---
title: "GET /api/certificate-ai/status"
method: GET
path: "/api/certificate-ai/status"
tags: ["Certificate AI"]
---

# GET /api/certificate-ai/status

`GET /api/certificate-ai/status`

List all certificate AI workflows for the authenticated company

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object[], required
    - `id` string, required
    - `fileId` string, required
    - `status` string, required
    - `percentage` number, required
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 2 breaking, 2 info
  - the response property `data/items/createdAt` became nullable for the status `200`
  - the response property `data/items/updatedAt` became nullable for the status `200`
  - response property `data/items/createdAt` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/updatedAt` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/certificate-ai/status/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
