---
title: "Get Bulk Publication Status"
method: GET
path: "/agent-knowledge/publications/{publication_id}"
tags: ["agent-knowledge"]
---

# Get Bulk Publication Status

`GET /agent-knowledge/publications/{publication_id}`

## Path parameters

- `publication_id` string, required

## Response `200`

Successful Response

- BulkPublishAgentKnowledgeStatusResponse
  - `publicationId` string, required
  - `status` 'awaiting_upload' | 'validating' | 'applying' | 'committed' | 'conflicted' | 'failed', required
  - `resultCommitId` string, nullable
  - `workflowId` string, nullable
  - `error` string, nullable
  - `failureCode` string, nullable
  - `createdAt` string, date-time, required
  - `completedAt` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
