---
title: "GET /eventspaces"
method: GET
path: "/eventspaces"
tags: ["eventspaces"]
---

# GET /eventspaces

`GET /eventspaces`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `organization_id` string, uuid
- `created_by` string, uuid
- `objective` string, text
- `updated_at` string, timestamp with time zone
- `updated_by` string, uuid
- `icon` string, text
- `tags` string, jsonb[]
- `name` string, text
- `color` string, text
- `assignees` string, uuid[]
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- Eventspaces[]
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `organization_id` string, uuid — Note: This is a Foreign Key to `organization.id`.<fk table='organization' column='id'/>
  - `created_by` string, uuid
  - `objective` string, text
  - `updated_at` string, timestamp with time zone
  - `updated_by` string, uuid
  - `icon` string, text
  - `tags` unknown[]
    - unknown
  - `name` string, text
  - `color` string, text
  - `assignees` string[]

## Other responses

- `206` — Partial Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
