Sign in

Count Pending Personal Instance Tasks

documented

Return the number of pending personal instance tasks assigned to the authenticated user.

GET /api/v4/user/me/personal_instance_task/list/pending/countTasksno 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://{{$region_subdomain}}.processplan.com/api/v4/user/me/personal_instance_task/list/pending/count" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "tkn_id: {{PROCESSPLAN_API_KEY}}"
Count Pending Personal Instance Tasks · ProcessPlan · OpenIntegrations