Sign in

List Priorities

documented

Retrieve all available priorities for filtering issues.

GET /api/prioritiesPrioritiesno 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://{{$domain}}.sifterapp.com/api/priorities" \
  -X GET \
  -H "X-Sifter-Token: {{SIFTERAPP_API_KEY}}" \
  -H "Accept: application/json"
List Priorities · sifterapp · OpenIntegrations