/
/Morta API Reference
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1y ago
Comment10
Document14
Document Response6
Document Section8
Event1
Hub43
Integrations2
Notification4
Permissions8
Table37
  • getGet Table and Its Rows
  • putUpdate existing table
  • deleteDelete a table
  • postCreate new document table
  • putRestore a deleted table
  • postDuplicate a table
  • getCheck Documents Table is Used In
  • getGet Table Columns
  • postCreate Table Column
  • putUpdate Table Column
  • deleteDelete Table Column
  • getCheck Views Column Is Used In
  • putRestore Table Column
  • getGet Table Rows
  • putUpdate Existing Rows in Table
  • postAdd Row to Table
  • postUpsert Row in Table
  • getGet Table Column Statistics
  • getDownload Table Data as CSV
  • getGet Unique Values for a Column
  • getGet File for Table Cell
  • deleteDelete Table Rows
  • putUpdate Table Cells
  • postCreate Index on Table Column
  • deleteDelete All Rows from Table
  • getStream all rows for the table
  • postCreate Table Join
  • putUpdate Table Join
  • deleteDelete Table Join
  • getGet All Table Joins
  • postUpdate Sync Table
  • postSync Table with Integration
  • deleteDelete Integration from Table
  • getRetry Integration Sync
  • getGet Table Syncronization Info
  • getGet Duplicated Children
  • getGet Table CSV Backup
Table View23
User25
    Table

    Download Table Data as CSV

    Download the data of a specified table as a CSV file.

    get/v1/table/{table_id}/csv

    Path parameters

    table_idstring uuid required

    UUID of the table to download data from

    Query parameters

    sortstring

    Sorting criteria for the table rows

    filterstring

    Filter criteria for the table rows

    Response

    Successfully downloaded the table data as a CSV file.

    Changes