---
title: "Account Requests"
method: GET
path: "/iam/activity_log/requests"
tags: ["IAM Reseller Account"]
---

# Account Requests

`GET /iam/activity_log/requests`

Information about the account's requests.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK.

- AccountRequestsSchema
  - `count` number, required — Total number of users
  - `next` string — URL to the next users slice
  - `previous` string — URL to the previous users slice
  - `result` AccountRequestsItem[], required
    - `id` integer, required — ID.
    - `actions` string, required — Actions type
    - `data` string, required — Request body
    - `user_email` string, required — User Email
    - `client` integer, required — Account ID.
    - `token` integer, required — Token ID.
    - `requested_at` string, required — DateTime of request
    - `path` string, required — Request path
    - `remote_ip_address` string, required — IP Address
    - `host` string, required — Host
    - `method` string, required — Request method
    - `query_params` string, required — Request query params
    - `status_code` integer, required — Request status
    - `reverted` boolean, required — Request request
    - `user` integer, required — User ID

## Other responses

- `400` — Validation error
- `401` — Authentication credentials were not provided or given token not valid for any token type.
- `403` — You do not have permission to perform this action.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
