Sign in

List Statuses

documented

Retrieve all available statuses and their values for filtering the project's issues.

GET /api/projects/{project_id}/statusesProjectsno 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://{{$subdomain}}.sifterapp.com/api/projects/{{$project_id}}/statuses' \
  -X GET \
  -H "X-Sifter-Token: {{SIFTERAPP_API_KEY}}" \
  -H "Accept: application/json"