---
title: "Search issue security schemes"
method: GET
path: "/rest/api/3/issuesecurityschemes/search"
tags: ["Issue security schemes"]
---

# Search issue security schemes

`GET /rest/api/3/issuesecurityschemes/search`

Returns a [paginated](#pagination) list of issue security schemes.  
If you specify the project ID parameter, the result will contain issue security schemes and related project IDs you filter by. Use \{@link IssueSecuritySchemeResource\#searchProjectsUsingSecuritySchemes(String, String, Set, Set)\} to obtain all projects related to scheme.

Only issue security schemes in the context of classic projects are returned.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Query parameters

- `startAt` string
- `maxResults` string
- `id` string[]
- `projectId` string[]

## Response `200`

Returned if the request is successful.

- PageBeanSecuritySchemeWithProjects — A page of items.
  - `isLast` boolean — Whether this is the last page.
  - `maxResults` integer — The maximum number of items that could be returned.
  - `nextPage` string, uri — If there is another page of results, the URL of the next page.
  - `self` string, uri — The URL of the page.
  - `startAt` integer — The index of the first item returned.
  - `total` integer — The number of items returned.
  - `values` SecuritySchemeWithProjects[] — The list of items.
    - `defaultLevel` integer — The default level ID of the issue security scheme.
    - `description` string — The description of the issue security scheme.
    - `id` integer, required — The ID of the issue security scheme.
    - `name` string, required — The name of the issue security scheme.
    - `projectIds` integer[] — The list of project IDs associated with the issue security scheme.
    - `self` string, required — The URL of the issue security scheme.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user doesn't have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
