Skip to main content
GET
/
tables
/
{tableId}
/
sequences
List a table's sequences (paginated, filtered)
curl --request GET \
  --url https://origami.chat/api/v2/tables/{tableId}/sequences \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

tableId
string<uuid>
required

Response

A page of sequence summaries for the table.