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

# GET /tables

`GET /tables`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `title` string, text
- `organization_id` string, uuid
- `color` string, text
- `eventspace_id` string, uuid
- `icon` string, text
- `archived_at` string, timestamp with time zone
- `archived_by` string, uuid
- `created_by` string, uuid
- `due_date` string, timestamp with time zone
- `is_archived` string, boolean
- `selected_view_id` string, uuid
- `start_date` string, timestamp with time zone
- `status_property_id` string, uuid
- `tool_type` string, public.tool_type_enum
- `updated_at` string, timestamp with time zone
- `updated_by` string, uuid
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

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

## Response `200`

OK

- Tables[]
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `title` string, text, required
  - `organization_id` string, uuid, required — Note: This is a Foreign Key to `organization.id`.<fk table='organization' column='id'/>
  - `color` string, text
  - `eventspace_id` string, uuid, required — Note: This is a Foreign Key to `eventspaces.id`.<fk table='eventspaces' column='id'/>
  - `icon` string, text
  - `archived_at` string, timestamp with time zone
  - `archived_by` string, uuid — Note: This is a Foreign Key to `profile.id`.<fk table='profile' column='id'/>
  - `created_by` string, uuid — Note: This is a Foreign Key to `profile.id`.<fk table='profile' column='id'/>
  - `due_date` string, timestamp with time zone
  - `is_archived` boolean
  - `selected_view_id` string, uuid
  - `start_date` string, timestamp with time zone
  - `status_property_id` string, uuid
  - `tool_type` 'task' | 'budget', public.tool_type_enum
  - `updated_at` string, timestamp with time zone
  - `updated_by` string, uuid — Note: This is a Foreign Key to `profile.id`.<fk table='profile' column='id'/>

## 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/revisions/90ce877204f2/schema)
