/
/Untitled API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 8mo ago
  • get/tables
  • post/tables
  • post/tables/import
  • put/tables/{tableID}
  • get/tables/{tableID}/rows
  • post/tables/{tableID}/rows
  • head/tables/{tableID}/rows
  • get/tables/{tableID}/rows/{rowID}
  • delete/tables/{tableID}/rows/{rowID}
  • patch/tables/{tableID}/rows/{rowID}
  • get/jobs/{jobID}
  • put/stashes/{stashID}/{serial}
  • delete/stashes/{stashID}
  • post/apps/{appID}/uploads
  • post/apps/{appID}/uploads/{uploadID}/complete

Gets information about the data in a Big Table

head/tables/{tableID}/rows

Path parameters

tableIDstring required

ID of the table, e.g., 2a1bad8b-cf7c-44437-b8c1-e3782df6

Example:2a1bad8b-cf7c-44437-b8c1-e3782df6

Changes