Tracecat | Documentation home page
Search or ask...
TracecatHQ/tracecat
TracecatHQ/tracecat
Search...
Navigation
tables
List Tables
Documentation
Integrations
Cheatsheets
API Reference
Website
Get Live Help
Join Discord
REST API
Overview
Endpoints
public
workspaces
workflows
triggers
workflow-executions
actions
secrets
schedules
tags
users
organization
editor
registry-repositories
registry-actions
settings
organization-secrets
tables
GET
List Tables
POST
Create Table
GET
Get Table
DEL
Delete Table
PATCH
Update Table
POST
Create Column
DEL
Delete Column
PATCH
Update Column
GET
List Rows
POST
Insert Row
GET
Get Row
DEL
Delete Row
POST
Batch Insert Rows
POST
Import Csv
auth
tables
List Tables
List all tables.
GET
/
tables
Try it
200
422
[
{
"id"
:
"<string>"
,
"name"
:
"<string>"
}
]
Authorizations
APIKeyCookie
APIKeyHeader
fastapiusersauth
string
cookie
required
Query Parameters
workspace_id
string
required
Response
200
200
422
application/json
Successful Response
id
string
required
name
string
required
Was this page helpful?
Yes
No
Delete Org Secret By Id
Previous
Create Table
Next
200
422
[
{
"id"
:
"<string>"
,
"name"
:
"<string>"
}
]