Notes
Get notes
Retrieves all notes within the specified workspace (team_id). This endpoint returns an array of notes visible to the current user, enabling a comprehensive view of all accessible notes in the workspace.
GET
Get all notes
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Query Parameters
Cursor for pagination
Max number of items to return, defaults to 50 if unset
Previous
Delete a notePermanently deletes a note identified by `note_id` from the specified workspace (`team_id`).
This operation cannot be undone and should be used with caution.
Next
Get all notes