Get task by custom ID
documentedRetrieve a task by its custom_id value in a given workspace.
GET /tasks/by_custom_id/{custom_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://app.asana.com/api/1.0/workspaces/{{$workspace_gid}}/tasks/custom_id/{{$custom_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"