Skip to main content
HEAD
/
tables
/
{tableID}
/
rows
cURL
curl --request HEAD \
  --url https://api.glideapps.com/tables/{tableID}/rows \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "message": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://apidocs.glideapps.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns an ETag header containing the current version of the table data. This endpoint may be polled to detect changes in the table’s data.
To learn more about versioning and how to detect changes, please see our guide on data versioning.

Response Headers

ETag
string
The current version of the table data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableID
string
required

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

Example:

"2a1bad8b-cf7c-44437-b8c1-e3782df6"

Response