Get workstream
documentedRetrieve a specific workstream.
GET /workstreams/{workstream_id}Workstreamsno 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.myworkboard.com/wb/api/v1/workstreams/{{$workstream_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"
# Sources: WorkBoard API v1.0 documentation (https://www.workboard.com/developer/documentation.php); OAuth endpoints suggesting base path under /wb (e.g., /wb/oauth/token) (https://www.pipedream.com/apps/workboard)