Skip to main content
Tracecat | Documentation home page
Search...
⌘K
TracecatHQ/tracecat
TracecatHQ/tracecat
Search...
Navigation
tables
Import Csv
Documentation
Integrations
Cheatsheets
API Reference
Website
Get Live Help
Join Discord
REST API
Overview
Endpoints
public
triggers
workspaces
workflows
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
cases
auth
close
201
422
Copy
Ask AI
{
"rows_inserted"
:
123
}
tables
Import Csv
Import data from a CSV file into a table.
POST
/
tables
/
{table_id}
/
import
Try it
201
422
Copy
Ask AI
{
"rows_inserted"
:
123
}
Authorizations
APIKeyCookie
APIKeyHeader
fastapiusersauth
string
cookie
required
Path Parameters
table_id
string<uuid4>
required
Query Parameters
workspace_id
string<uuid>
required
Body
multipart/form-data
file
file
required
column_mapping
string
required
Response
201
application/json
rows_inserted
integer
required
Was this page helpful?
Yes
No
Batch Insert Rows
Previous
List Cases
Next
⌘I