---
title: "Get inbox list"
method: GET
path: "/api/v1/inbox/index"
tags: ["Inbox"]
---

# Get inbox list

`GET /api/v1/inbox/index`

## Query parameters

- `quickFilter` string

## Response `200`

Inbox list response

- union[]
  - union
    - UserRegistrationInbox
      - `id` integer
      - `uuid` string, uuid
      - `scope` 'User' | 'LocalTool' | 'Brood' | 'Proposal' | 'Synchronisation'
      - `action` 'Registration' | 'IncomingConnectionRequest' | 'AcceptedRequest' | 'DeclinedRequest' | 'Synchronisation' | 'OneWaySynchronization' | 'ProposalEdit' | 'DataExchange'
      - `title` string
      - `origin` string
      - `comment` string, nullable
      - `description` string, nullable
      - `user_id` integer
      - `created` string, datetime
      - `modified` string, datetime
      - `data` object
        - `email` string, email
        - `password` string
      - `user` User
        - `id` integer
        - `uuid` string, uuid
        - `username` string
        - `role_id` integer
        - `individual_id` integer
        - `disabled` boolean
        - `created` string, datetime
        - `modified` string, datetime
        - `organisation_id` integer
      - `local_tool_connector_name` string, nullable
    - IncomingConnectionRequestInbox
      - `id` integer
      - `uuid` string, uuid
      - `scope` 'User' | 'LocalTool' | 'Brood' | 'Proposal' | 'Synchronisation'
      - `action` 'Registration' | 'IncomingConnectionRequest' | 'AcceptedRequest' | 'DeclinedRequest' | 'Synchronisation' | 'OneWaySynchronization' | 'ProposalEdit' | 'DataExchange'
      - `title` string
      - `origin` string
      - `comment` string, nullable
      - `description` string, nullable
      - `user_id` integer
      - `created` string, datetime
      - `modified` string, datetime
      - `data` object
        - `connectorName` 'MispConnector'
        - `cerebrateURL` string
        - `local_tool_id` integer
        - `remote_tool_id` integer

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `405` — Method not allowed. Your User Role is not allowed to access this resource.
- `default` — Unexpected API error

## Changes

- **2022-01-13** `d58602d0d5b6` — 14 warning
  - added the new `Brood` enum value to the `items/anyOf[#/components/schemas/IncomingConnectionRequestInbox]/allOf[#/components/schemas/Inbox]/scope` response property for the response status `200`
  - added the new `Brood` enum value to the `items/anyOf[#/components/schemas/UserRegistrationInbox]/allOf[#/components/schemas/Inbox]/scope` response property for the response status `200`
  - added the new `DataExchange` enum value to the `items/anyOf[#/components/schemas/IncomingConnectionRequestInbox]/allOf[#/components/schemas/Inbox]/action` response property for the response status `200`
  - added the new `DataExchange` enum value to the `items/anyOf[#/components/schemas/UserRegistrationInbox]/allOf[#/components/schemas/Inbox]/action` response property for the response status `200`
  - …10 more
- **2022-01-13** `e3d69e621c4d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/changes/api/v1/inbox/index/get.md)

---

[API](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api.md) · [All operations](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/llms.txt) · [OpenAPI document](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/revisions/a54bb2719fbb?raw)
