---
title: "Admin List Pending Skill Submissions"
method: GET
path: "/api/store/admin/skills/submissions"
tags: ["v2", "admin", "store", "admin", "store", "admin"]
---

# Admin List Pending Skill Submissions

`GET /api/store/admin/skills/submissions`

Skill submissions awaiting review, oldest first.

## Response `200`

Successful Response

- SkillSubmission[]
  - `skill_listing_version_id` string, required
  - `slug` string, required
  - `name` string, required
  - `description` string, required
  - `categories` string[], required
  - `required_providers` string[], required
  - `version` integer, required
  - `status` 'DRAFT' | 'PENDING' | 'APPROVED' | 'REJECTED', required
  - `review_comments` string, nullable
  - `is_live` boolean, required — Whether this version is the one the marketplace serves.
  - `files` SkillPackageFile[] — Files beside the submitted SKILL.md, so a reviewer sees what a package ships before approving it.
    - `path` string, required
    - `size_bytes` integer, required
    - `mime_type` string, nullable
    - `is_executable` boolean

## Other responses

- `401` — Authentication required

## Changes

- **2026-09-15** `e78ea4d13921` — 1 info
  - added the optional property `items/files` to the response with the `200` status
- **2026-09-15** `926547c24ad4` — 1 warning
  - removed the optional property `items/files` from the response with the `200` status
- **2026-09-15** `46e56aee180f` — 1 info
  - added the optional property `items/files` to the response with the `200` status
- **2026-09-09** `b89addd31411` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/store/admin/skills/submissions/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/revisions/9a062c6d49b5?raw)
