Sign in

List All Projects

documented

Retrieve a list of all projects accessible to the user, including archived ones.

GET /api/projects?all=trueProjectsno 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 "https://{{$sifter_subdomain}}.sifterapp.com/api/projects?all={{$all}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Sifter-Token: {{SIFTERAPP_API_KEY}}"
List All Projects · sifterapp · OpenIntegrations