---
title: "列出题目"
method: GET
path: "/problem/"
tags: ["problem"]
---

# 列出题目

`GET /problem/`

## Query parameters

- `keyword` string
- `problemset_id` integer
- `cursor` integer

## Response `200`

查询成功

- object
  - `submissions` ProblemBrief[]
    - `id` integer
    - `title` string
    - `url` string
    - `submit_url` string
    - `html_url` string
  - `next` string — 下一页的地址

## Changes

- **2024-08-14** `31431aaf46d3` — 1 info
  - endpoint added
- **2024-08-12** `abf18f0fc1b3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/acmclassoj/apis/acmoj-api-v1/changes/problem/get.md)

---

[API](https://skmtc.dev/acmclassoj/apis/acmoj-api-v1.md) · [All operations](https://skmtc.dev/acmclassoj/apis/acmoj-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/acmclassoj/acmoj-api-v1/revisions/31431aaf46d3/schema)
