cURL
curl --request GET \ --url https://api.devin.ai/v3/organizations/{org_id}/knowledge/notes/{note_id} \ --header 'Authorization: Bearer <token>'
{ "access_type": "enterprise", "body": "<string>", "created_at": 123, "folder_id": "<string>", "folder_path": "<string>", "is_enabled": true, "macro": "<string>", "name": "<string>", "note_id": "<string>", "org_id": "<string>", "pinned_repo": "<string>", "trigger": "<string>", "updated_at": 123 }
Get a note by ID for an organization.
ManageKnowledge
Service User credential (prefix: cog_)
Knowledge note ID (prefix: note-)
"note-abc123def456"
Successful Response
enterprise
org