> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/open-api-and-mcp/api-reference/requests.md).

# Requests

The Requests endpoints allow you to create and track access change requests in Cakewalk: the grant, change and remove access actions that flow through approval workflows before they are applied. These endpoints enable programmatic submission and monitoring of access requests.

These endpoints are useful for:

* Listing and filtering access requests by status, type, or last-updated time
* Submitting grant, change or remove access requests via automation
* Embedding Cakewalk access request flows into external tools or workflows

***

### 📘 Requests Endpoints

<table><thead><tr><th width="287.6328125">Endpoint</th><th width="114.953125">Method</th><th width="102.8671875">Version<select><option value="Rq1VerSelV1x" label="v1" color="blue"></option></select></th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/sg2kwjBhMA5ioJMpRV3j">/{version}/Requests</a></td><td>GET</td><td><span data-option="Rq1VerSelV1x">v1</span></td><td>Returns a paginated list of requests, optionally filtered by status, type, and last-updated time.</td></tr><tr><td><a href="/pages/FYdLP9OQ2QUJjTSH9tcn">/{version}/Requests/GrantAccess</a></td><td>POST</td><td><span data-option="Rq1VerSelV1x">v1</span></td><td>Creates a grant access request for a user or group.</td></tr><tr><td><a href="/pages/co56EJYcOXgFnb5vi9q3">/{version}/Requests/ChangePermission</a></td><td>POST</td><td><span data-option="Rq1VerSelV1x">v1</span></td><td>Creates a request to change a user's existing permission level.</td></tr><tr><td><a href="/pages/1jExVy9VoZIWhbFSYssq">/{version}/Requests/RemoveAccess</a></td><td>POST</td><td><span data-option="Rq1VerSelV1x">v1</span></td><td>Creates a request to revoke a user's or group's access.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.cakewalk.security/docs/open-api-and-mcp/api-reference/requests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
