---
title: "Get a specific progress"
method: GET
path: "/api/v1/progresses/{id}"
tags: ["Progresses"]
---

# Get a specific progress

`GET /api/v1/progresses/{id}`

## Path parameters

- `id` integer, required

## Response `200`

progress found

- object
  - `progress` object, required
    - `id` integer, required — Progress ID
    - `account_id` integer, required — Catalog account ID
    - `canvas_user_id` integer, nullable, required — Canvas user ID of the user who initiated the job
    - `completion_percent` integer, nullable, required — Completion percent of the job
    - `workflow_state` string, required — Status of the progress job
    - `payload` object, required — Any data or errors returned by the job
    - `created_at` string, required — Creation timestamp (ISO 8601)
    - `updated_at` string, required — Last-updated timestamp (ISO 8601)

---

[API](https://skmtc.net/instructure/apis/canvas-catalog-api.md) · [All operations](https://skmtc.net/instructure/apis/canvas-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/canvas-catalog-api/revisions/78578cd3e37a/schema)
