---
title: "GET /service-index/resources/"
method: GET
path: "/service-index/resources/"
tags: ["service-index"]
---

# GET /service-index/resources/

`GET /service-index/resources/`

Index of all the resources in the system.

## Query parameters

- `page` integer

## Response `200`

- PaginatedResourceListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ResourceList[], required
    - `object_id` string, required
    - `name` string, nullable, required
    - `ansible_id` string, uuid
    - `service_id` string, uuid
    - `resource_type` string
    - `has_serializer` boolean, required
    - `resource_data` object, required
    - `url` string, required

## Changes

- **2024-04-29** `feeac1db5ade` — 2 info
  - the response property `count` became required for the status `200`
  - the response property `results` became required for the status `200`
- **2024-04-23** `cbf68ddd9760` — 1 info
  - endpoint added
- **2023-04-25** `62d33b790834` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/service-index/resources/get.md)

---

[API](https://skmtc.dev/ansible/apis/event-driven-ansible-api.md) · [All operations](https://skmtc.dev/ansible/apis/event-driven-ansible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ansible/event-driven-ansible-api/revisions/c04fc5f09692/schema)
