Sign in

List organization notes

documented

List notes in an organization.

GET /lucid/api/v1/organizations/{organization_id}/notesNotesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "{{$base_url}}/organizations/{{$organization_id}}/notes?tag={{$tag}}&page={{$page}}&per_page={{$per_page}}&sort={{$sort}}&embed={{$embed}}&fields={{$fields}}&envelope={{$envelope}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"