Notes
Get a note
Retrieves a specific note within the specified workspace (team_id).
The note is identified by the provided note_id and returned in the response.
GET
Get a note
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".
Note ID is a numerical string that identifies a Note.
Response
Note response
Previous
Get notesRetrieves 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.
Next
Get a note