Get task
documentedReturn a single task identified by its ID.
GET /tasks/{task_id}Tasksno implementation yet0 runsNo 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://www.triggerapp.com/api/v1/tasks/{{$task_id}}?token={{$TRIGGERAPP_SECRET}}&api_key={{$TRIGGERAPP_API_KEY}}&project_id={{$PROJECT_ID}}" \
-X GET \
-H "Accept: application/json"